summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-06-04 16:23:35 +0300
committerAndrei Karas <akaras@inbox.ru>2016-06-04 16:23:35 +0300
commit624a140d1fdba91dee4c5801c43ea11a3ea38c88 (patch)
tree3963cafb437ed9984da55c152421976f02c913f7
parent4e181a6a2928da6f4200b65b3e7c56f3b5d00768 (diff)
downloadplus-624a140d1fdba91dee4c5801c43ea11a3ea38c88.tar.gz
plus-624a140d1fdba91dee4c5801c43ea11a3ea38c88.tar.bz2
plus-624a140d1fdba91dee4c5801c43ea11a3ea38c88.tar.xz
plus-624a140d1fdba91dee4c5801c43ea11a3ea38c88.zip
Fix compilation for MacOSX.
-rw-r--r--src/gui/widgets/tabs/setup_video.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/tabs/setup_video.cpp b/src/gui/widgets/tabs/setup_video.cpp
index affe8df45..63d956cf2 100644
--- a/src/gui/widgets/tabs/setup_video.cpp
+++ b/src/gui/widgets/tabs/setup_video.cpp
@@ -51,7 +51,7 @@
#include "render/renderers.h"
#endif
-#if defined(ANDROID) || !defined(USE_OPENGL)
+#if defined(ANDROID) || defined(__APPLE__) || !defined(USE_OPENGL)
#include "configuration.h"
#include "utils/stringutils.h"