diff options
author | Brian Paul <[email protected]> | 2009-03-04 07:57:40 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-03-04 07:58:38 -0700 |
commit | 945dcbfca62b9b57340caccc1b8286b2f3e743bc (patch) | |
tree | 34e5eee4a5417a0046345b5339d10a3b4b5c859f /src/mesa/shader/prog_instruction.h | |
parent | 45bde75bd67e7e920f0113842d1fa58613ccc3ec (diff) |
mesa: include mfeatures.h
See bug 20319.
Diffstat (limited to 'src/mesa/shader/prog_instruction.h')
-rw-r--r-- | src/mesa/shader/prog_instruction.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/shader/prog_instruction.h b/src/mesa/shader/prog_instruction.h index 38086445502..95dd7fda7f4 100644 --- a/src/mesa/shader/prog_instruction.h +++ b/src/mesa/shader/prog_instruction.h @@ -38,6 +38,9 @@ #define PROG_INSTRUCTION_H +#include "main/mfeatures.h" + + /** * Swizzle indexes. * Do not change! |