Mesa (master): mesa: Add missing header to shaderobj.h.

Vinson Lee vlee at kemper.freedesktop.org
Fri Oct 15 13:13:38 UTC 2010


Module: Mesa
Branch: master
Commit: a14376218e649ccf3a5187b40409480dbdabcf02
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a14376218e649ccf3a5187b40409480dbdabcf02

Author: Vinson Lee <vlee at vmware.com>
Date:   Fri Oct 15 06:12:26 2010 -0700

mesa: Add missing header to shaderobj.h.

Include compiler.h for ASSERT symbol.

---

 src/mesa/main/shaderobj.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/mesa/main/shaderobj.h b/src/mesa/main/shaderobj.h
index cf1b4c2..5ea8ddc 100644
--- a/src/mesa/main/shaderobj.h
+++ b/src/mesa/main/shaderobj.h
@@ -27,6 +27,7 @@
 #define SHADEROBJ_H
 
 
+#include "main/compiler.h"
 #include "main/glheader.h"
 #include "main/mtypes.h"
 #include "program/ir_to_mesa.h"




More information about the mesa-commit mailing list