linker: Include compiler.h to avoid spurious warnings about INLINE
[mesa.git] / src / glsl / linker.cpp
index 9931251f404e5c0d8c8eef226fc909f01fa453cd..22cdd76015a81468ba591ee69dea58c98b0dfd08 100644 (file)
@@ -72,6 +72,7 @@ extern "C" {
 #include <talloc.h>
 }
 
+#include "main/compiler.h"
 #include "main/mtypes.h"
 #include "main/macros.h"
 #include "main/shaderobj.h"