glsl/pp: Include missing headers.

This commit is contained in:
Michal Krol 2009-09-23 09:40:24 +02:00
parent 2f89e1a5a1
commit 1ed1dc8b41
2 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,7 @@
#include <stdlib.h>
#include "sl_pp_process.h"
#include "sl_pp_public.h"
void

View File

@ -27,6 +27,7 @@
#include <stdlib.h>
#include "sl_pp_expression.h"
#include "sl_pp_public.h"
struct parse_context {