1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-03 09:09:48 +02:00

Add missing include

This commit is contained in:
Elias Steurer 2023-01-22 16:28:15 +01:00
parent 0669e2d1bf
commit ae845d2604

View File

@ -6,6 +6,7 @@
#include <QtWebEngineQuick>
#include "ScreenPlayUtil/util.h"
#include "ScreenPlayUtil/exitcodes.h"
#if defined(Q_OS_WIN)
#include "src/winwindow.h"