1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-11-06 19:12:30 +01:00

Fix missing osx sentry include

This commit is contained in:
Elias Steurer 2022-04-24 10:24:46 +02:00
parent 65736cb5ff
commit 4a5f9420b1

View File

@ -1,6 +1,8 @@
#include "ScreenPlay/util.h"
#if defined(Q_OS_WIN)
#include <sentry.h>
#endif
namespace ScreenPlay {