commit | 45d97dd6d5467d96acee1ba33052836b45668564 | [log] [tgz] |
---|---|---|
author | Ian Romanick <ian.d.romanick@intel.com> | Mon Aug 16 13:59:34 2010 -0700 |
committer | Ian Romanick <ian.d.romanick@intel.com> | Mon Aug 16 13:59:34 2010 -0700 |
tree | 91632d9cf53803044bb1eaf57ef130a11c77e20e | |
parent | d0a9cbd20ee0a1b5c350fed1c470946e4500f793 [diff] [blame] |
linker: Include compiler.h to avoid spurious warnings about INLINE
diff --git a/src/glsl/linker.cpp b/src/glsl/linker.cpp index 9931251..22cdd76 100644 --- a/src/glsl/linker.cpp +++ b/src/glsl/linker.cpp
@@ -72,6 +72,7 @@ #include <talloc.h> } +#include "main/compiler.h" #include "main/mtypes.h" #include "main/macros.h" #include "main/shaderobj.h"