diff options
author | Eric Anholt <eric@anholt.net> | 2010-06-21 11:29:15 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2010-06-24 17:23:21 -0700 |
commit | 0a1b54df7ac118722bb627c61cb322cb4e248ace (patch) | |
tree | c01794fe2833bbfa38a24e975d000ee00804271a /src/mesa/shader/ir_to_mesa.cpp | |
parent | 3d6012303c3ce24c75d209267e6914f706d025c5 (diff) |
glsl2: Replace the GLSL compiler with the glsl2 project.
Diffstat (limited to 'src/mesa/shader/ir_to_mesa.cpp')
-rw-r--r-- | src/mesa/shader/ir_to_mesa.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/shader/ir_to_mesa.cpp b/src/mesa/shader/ir_to_mesa.cpp index 26449c5a5c..9fc1268e5a 100644 --- a/src/mesa/shader/ir_to_mesa.cpp +++ b/src/mesa/shader/ir_to_mesa.cpp @@ -36,6 +36,7 @@ #include "glsl_types.h" extern "C" { +#include "main/mtypes.h" #include "shader/prog_instruction.h" #include "shader/prog_print.h" } |