summaryrefslogtreecommitdiffstats
path: root/src/glsl/lower_discard.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/glsl/lower_discard.cpp')
-rw-r--r--src/glsl/lower_discard.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glsl/lower_discard.cpp b/src/glsl/lower_discard.cpp
index b44d2a6d28d..b62eb20dcb4 100644
--- a/src/glsl/lower_discard.cpp
+++ b/src/glsl/lower_discard.cpp
@@ -105,7 +105,7 @@
* Unconditional discards are treated as having a condition of "true".
*/
-#include "glsl_types.h"
+#include "compiler/glsl_types.h"
#include "ir.h"
namespace {