summaryrefslogtreecommitdiffstats
path: root/src/glsl/lower_discard_flow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/glsl/lower_discard_flow.cpp')
-rw-r--r--src/glsl/lower_discard_flow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glsl/lower_discard_flow.cpp b/src/glsl/lower_discard_flow.cpp
index ee45bf22155..9d0a56b230d 100644
--- a/src/glsl/lower_discard_flow.cpp
+++ b/src/glsl/lower_discard_flow.cpp
@@ -44,7 +44,7 @@
* interpretation.
*/
-#include "glsl_types.h"
+#include "compiler/glsl_types.h"
#include "ir.h"
#include "program/hash_table.h"