summaryrefslogtreecommitdiff
path: root/src/glsl/pp/sl_pp_macro.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/glsl/pp/sl_pp_macro.h')
-rw-r--r--src/glsl/pp/sl_pp_macro.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/glsl/pp/sl_pp_macro.h b/src/glsl/pp/sl_pp_macro.h
index 7af11c5ece..e3ae2fc712 100644
--- a/src/glsl/pp/sl_pp_macro.h
+++ b/src/glsl/pp/sl_pp_macro.h
@@ -31,6 +31,9 @@
#include "sl_pp_token.h"
+struct sl_pp_context;
+struct sl_pp_process_state;
+
struct sl_pp_macro_formal_arg {
int name;
struct sl_pp_macro_formal_arg *next;