glsl2: Include string.h in preprocessor

This commit is contained in:
Jakob Bornecrantz
2010-08-13 18:36:55 +01:00
parent 103453659d
commit 204d4cbea0

View File

@@ -22,6 +22,7 @@
*/
#include <assert.h>
#include <string.h>
#include <ctype.h>
#include "glcpp.h"