util: Add missing includes.
[mesa.git] / src / gallium / auxiliary / util / u_prim.h
index 10a874f3416d1c8957bb1e18b68c99752ed8b760..799e8f168f1171b4f9c9461bfd24f8ce168dc9b5 100644 (file)
@@ -35,6 +35,7 @@ extern "C" {
 #endif
 
 #include "pipe/p_defines.h"
+#include "util/u_debug.h"
 
 static INLINE boolean u_validate_pipe_prim( unsigned pipe_prim, unsigned nr )
 {