glsl: Include missing header in slang_compile_operation.h.

Include compiler.h for INLINE symbol.
This commit is contained in:
Vinson Lee 2010-08-15 22:38:23 -07:00
parent 35a27f6fce
commit 640139f80c
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@
#define SLANG_COMPILE_OPERATION_H
#include "main/compiler.h"
#include "main/glheader.h"
#include "slang_compile_variable.h"
#include "slang_utility.h"