aboutsummaryrefslogtreecommitdiffstats
path: root/src/glsl/lower_offset_array.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/glsl/lower_offset_array.cpp')
-rw-r--r--src/glsl/lower_offset_array.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glsl/lower_offset_array.cpp b/src/glsl/lower_offset_array.cpp
index c30f8014342..96486c3a711 100644
--- a/src/glsl/lower_offset_array.cpp
+++ b/src/glsl/lower_offset_array.cpp
@@ -31,7 +31,7 @@
* \author Chris Forbes <[email protected]>
*/
-#include "glsl_types.h"
+#include "compiler/glsl_types.h"
#include "ir.h"
#include "ir_builder.h"
#include "ir_optimization.h"