summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-07-19 16:57:35 +0300
committerAndrei Karas <akaras@inbox.ru>2014-07-19 16:57:35 +0300
commitcd65337feca3200372753bd50d25ed8a0d2a3cd2 (patch)
tree203a5d94c92df3ee6fe67688a6ed6bc1a1a04b3e
parent6b4d69bef34d9c92b1480f7bbcec0ffa4e0d5694 (diff)
downloadplus-cd65337feca3200372753bd50d25ed8a0d2a3cd2.tar.gz
plus-cd65337feca3200372753bd50d25ed8a0d2a3cd2.tar.bz2
plus-cd65337feca3200372753bd50d25ed8a0d2a3cd2.tar.xz
plus-cd65337feca3200372753bd50d25ed8a0d2a3cd2.zip
Add missing include in glxhelper.v1.4.7.19
-rw-r--r--src/utils/glxhelper.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils/glxhelper.cpp b/src/utils/glxhelper.cpp
index 021e3cd64..a5fbbb596 100644
--- a/src/utils/glxhelper.cpp
+++ b/src/utils/glxhelper.cpp
@@ -25,6 +25,7 @@
#include "logger.h"
#include "render/mglcheck.h"
+#include "render/mgldefines.h"
#include "render/mglx.h"
#include "render/mglxtypes.h"