mesa: include mtypes.h less
[mesa.git] / src / compiler / glsl / ir_uniform.h
index 9545c4930c7fbc637d291eeac4349bea08170bed..9770790cb260f1ef97f1e00a9e6aa62818b2439a 100644 (file)
@@ -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. */
 
 /**