summaryrefslogtreecommitdiff
path: root/dgl/Base.hpp
diff options
context:
space:
mode:
authorfalkTX <falktx@gmail.com>2014-02-08 20:20:50 +0000
committerfalkTX <falktx@gmail.com>2014-02-08 20:20:50 +0000
commit2b52fd4c265fbe6b5b83edf6eae53ffe39753e8e (patch)
tree3d4aceb37ae4f2c4e854a11f87504752704fd85d /dgl/Base.hpp
parent54d7cfef14f41883e81fa463ee201956e0146199 (diff)
Fix build with strict flags
Diffstat (limited to 'dgl/Base.hpp')
-rw-r--r--dgl/Base.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dgl/Base.hpp b/dgl/Base.hpp
index 8ae13159..d1fd807d 100644
--- a/dgl/Base.hpp
+++ b/dgl/Base.hpp
@@ -54,7 +54,7 @@
#define END_NAMESPACE_DGL }
#define USE_NAMESPACE_DGL using namespace DGL_NAMESPACE;
-#if DGL_OS_MAC
+#ifdef DGL_OS_MAC
# include <OpenGL/gl.h>
#else
# include <GL/gl.h>