summaryrefslogtreecommitdiff
path: root/src/glsl/linker.cpp
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2010-08-16 13:59:34 -0700
committerIan Romanick <ian.d.romanick@intel.com>2010-08-16 13:59:34 -0700
commit45d97dd6d5467d96acee1ba33052836b45668564 (patch)
tree91632d9cf53803044bb1eaf57ef130a11c77e20e /src/glsl/linker.cpp
parentd0a9cbd20ee0a1b5c350fed1c470946e4500f793 (diff)
linker: Include compiler.h to avoid spurious warnings about INLINE
Diffstat (limited to 'src/glsl/linker.cpp')
-rw-r--r--src/glsl/linker.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glsl/linker.cpp b/src/glsl/linker.cpp
index 9931251f40..22cdd76015 100644
--- a/src/glsl/linker.cpp
+++ b/src/glsl/linker.cpp
@@ -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"