summaryrefslogtreecommitdiffstats
path: root/src/compiler/glsl/ir_uniform.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler/glsl/ir_uniform.h')
-rw-r--r--src/compiler/glsl/ir_uniform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/glsl/ir_uniform.h b/src/compiler/glsl/ir_uniform.h
index 9545c4930c7..9770790cb26 100644
--- a/src/compiler/glsl/ir_uniform.h
+++ b/src/compiler/glsl/ir_uniform.h
@@ -28,7 +28,7 @@
/* stdbool.h is necessary because this file is included in both C and C++ code.
*/
#include <stdbool.h>
-
+#include "util/macros.h"
#include "program/prog_parameter.h" /* For union gl_constant_value. */
/**