nir: Add a nir_foreach_uniform_variable helper
[mesa.git] / src / mesa / program / prog_parameter.h
index c91156f623c57c298ad613a56b2035e643d7e755..1fb0c5b7d1fbe920f0828558097cf69ee9827899 100644 (file)
@@ -31,6 +31,8 @@
 #ifndef PROG_PARAMETER_H
 #define PROG_PARAMETER_H
 
+#include <stdbool.h>
+#include <stdint.h>
 #include "prog_statevars.h"
 
 #include <string.h>