summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/GLTextures.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/asymptote/GLTextures.h')
-rw-r--r--Build/source/utils/asymptote/GLTextures.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/Build/source/utils/asymptote/GLTextures.h b/Build/source/utils/asymptote/GLTextures.h
index 3b6bf11763f..f2507a75b0b 100644
--- a/Build/source/utils/asymptote/GLTextures.h
+++ b/Build/source/utils/asymptote/GLTextures.h
@@ -3,7 +3,11 @@
//
#pragma once
+
#include "common.h"
+
+#ifdef HAVE_GL
+
#include "GL/glew.h"
namespace gl
@@ -125,3 +129,5 @@ public:
};
} // namespace gl
+
+#endif