summaryrefslogtreecommitdiff
path: root/src/render/shaders/shaderprogram.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/shaders/shaderprogram.cpp')
-rw-r--r--src/render/shaders/shaderprogram.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/render/shaders/shaderprogram.cpp b/src/render/shaders/shaderprogram.cpp
index 4cb4786c8..e239a3eb7 100644
--- a/src/render/shaders/shaderprogram.cpp
+++ b/src/render/shaders/shaderprogram.cpp
@@ -22,10 +22,10 @@
#include "render/shaders/shaderprogram.h"
-#include "render/mgl.h"
#ifdef __native_client__
-#include "render/naclglfunctions.h"
+#include "render/opengl/naclglfunctions.h"
#endif
+#include "render/opengl/mgl.h"
#include "render/shaders/shader.h"