mesa: Include missing header in program.h.

Include compiler.h for ASSERT symbol.
This commit is contained in:
Vinson Lee 2010-09-14 17:54:46 -07:00
parent 6a8a506158
commit fd7f70af48

View file

@ -40,6 +40,7 @@
#ifndef PROGRAM_H
#define PROGRAM_H
#include "main/compiler.h"
#include "main/mtypes.h"