From efeb3137935ec5ef6a16531c2e6b915caa3db481 Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Mon, 22 Feb 2021 01:02:14 +0200 Subject: [PATCH 1/1] Header fixes in the GLSL compiler --- source/glsl/compatibility.cpp | 1 + source/glsl/compiler.h | 2 ++ source/glsl/evaluate.cpp | 1 + source/glsl/syntax.h | 1 - 4 files changed, 4 insertions(+), 1 deletion(-) diff --git a/source/glsl/compatibility.cpp b/source/glsl/compatibility.cpp index a9f38a35..0308a391 100644 --- a/source/glsl/compatibility.cpp +++ b/source/glsl/compatibility.cpp @@ -5,6 +5,7 @@ #include #include #include +#include #include "compatibility.h" using namespace std; diff --git a/source/glsl/compiler.h b/source/glsl/compiler.h index 0ecec70d..6564d50a 100644 --- a/source/glsl/compiler.h +++ b/source/glsl/compiler.h @@ -2,6 +2,8 @@ #define MSP_GL_SL_COMPILER_H_ #include +#include +#include #include "parser.h" #include "syntax.h" diff --git a/source/glsl/evaluate.cpp b/source/glsl/evaluate.cpp index 96a80fa7..4bbdb2f6 100644 --- a/source/glsl/evaluate.cpp +++ b/source/glsl/evaluate.cpp @@ -1,3 +1,4 @@ +#include #include "evaluate.h" namespace Msp { diff --git a/source/glsl/syntax.h b/source/glsl/syntax.h index d646e558..e9c76eba 100644 --- a/source/glsl/syntax.h +++ b/source/glsl/syntax.h @@ -8,7 +8,6 @@ #include #include "extension.h" #include "sourcemap.h" -#include "uniform.h" #pragma push_macro("interface") #undef interface -- 2.43.0