From: Vinson Lee Date: Wed, 15 Sep 2010 00:54:46 +0000 (-0700) Subject: mesa: Include missing header in program.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fd7f70af4897e4e31b11562eb1c473f0ee00fce5;p=mesa.git mesa: Include missing header in program.h. Include compiler.h for ASSERT symbol. --- diff --git a/src/mesa/program/program.h b/src/mesa/program/program.h index f8f37980863..03b1066f326 100644 --- a/src/mesa/program/program.h +++ b/src/mesa/program/program.h @@ -40,6 +40,7 @@ #ifndef PROGRAM_H #define PROGRAM_H +#include "main/compiler.h" #include "main/mtypes.h"