]> git.tdb.fi Git - libs/gl.git/commitdiff
Header fixes in the GLSL compiler
authorMikko Rasa <tdb@tdb.fi>
Sun, 21 Feb 2021 23:02:14 +0000 (01:02 +0200)
committerMikko Rasa <tdb@tdb.fi>
Sun, 21 Feb 2021 23:02:14 +0000 (01:02 +0200)
source/glsl/compatibility.cpp
source/glsl/compiler.h
source/glsl/evaluate.cpp
source/glsl/syntax.h

index a9f38a35cda42481935864b5bbd97285bbf63462..0308a391ab29b3c83ef63ea65c318f279797d06f 100644 (file)
@@ -5,6 +5,7 @@
 #include <msp/gl/extensions/arb_uniform_buffer_object.h>
 #include <msp/gl/extensions/ext_gpu_shader4.h>
 #include <msp/gl/extensions/ext_texture_array.h>
+#include <msp/strings/lexicalcast.h>
 #include "compatibility.h"
 
 using namespace std;
index 0ecec70d52e38369532be5902634c4bcf2e93463..6564d50ae42d1213eb6f0b90582973a3efe4d003 100644 (file)
@@ -2,6 +2,8 @@
 #define MSP_GL_SL_COMPILER_H_
 
 #include <vector>
+#include <msp/datafile/collection.h>
+#include <msp/io/base.h>
 #include "parser.h"
 #include "syntax.h"
 
index 96a80fa7be7c596db57467c19227c3cfa05bdad2..4bbdb2f60f436528b733905d604bad4100780497 100644 (file)
@@ -1,3 +1,4 @@
+#include <msp/strings/lexicalcast.h>
 #include "evaluate.h"
 
 namespace Msp {
index d646e558e9cdc44f607abb147cf45f6e840ae849..e9c76ebab9974749858c217475bc2bccf7b31729 100644 (file)
@@ -8,7 +8,6 @@
 #include <msp/core/refptr.h>
 #include "extension.h"
 #include "sourcemap.h"
-#include "uniform.h"
 
 #pragma push_macro("interface")
 #undef interface