From: Brian Paul Date: Wed, 4 Mar 2009 14:57:40 +0000 (-0700) Subject: mesa: include mfeatures.h X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=945dcbfca62b9b57340caccc1b8286b2f3e743bc;p=mesa.git mesa: include mfeatures.h See bug 20319. --- 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!