From fd7f70af4897e4e31b11562eb1c473f0ee00fce5 Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Tue, 14 Sep 2010 17:54:46 -0700 Subject: [PATCH] mesa: Include missing header in program.h. Include compiler.h for ASSERT symbol. --- src/mesa/program/program.h | 1 + 1 file changed, 1 insertion(+) 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" -- 2.30.2