From: Mikko Rasa Date: Sun, 21 Feb 2021 23:02:14 +0000 (+0200) Subject: Header fixes in the GLSL compiler X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=efeb3137935ec5ef6a16531c2e6b915caa3db481;hp=ad21753804fd949a6c80e44c6f3de8ea8988af0f;p=libs%2Fgl.git Header fixes in the GLSL compiler --- 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