]> git.tdb.fi Git - libs/gl.git/commitdiff
Add some missing includes
authorMikko Rasa <tdb@tdb.fi>
Tue, 5 Sep 2023 11:16:43 +0000 (14:16 +0300)
committerMikko Rasa <tdb@tdb.fi>
Tue, 5 Sep 2023 11:16:43 +0000 (14:16 +0300)
source/core/blend.h
source/core/pipelinestate.h
source/core/predicate.h
source/core/stenciltest.h

index e5ee10e2dba998455766ea34d4b9bb2d3d1d8b67..0ee15976e1026a94e79f80c1684cc1a8716078ce 100644 (file)
@@ -1,6 +1,7 @@
 #ifndef MSP_GL_BLEND_H_
 #define MSP_GL_BLEND_H_
 
+#include <cstdint>
 #include <msp/datafile/objectloader.h>
 #include <msp/strings/lexicalcast.h>
 #include "color.h"
index 4adc29d1238e3f7cb62d9365ca88ecc5d4aa27d7..eec44084294bbfb0d3266fe1b74a69b8cae0a0cf 100644 (file)
@@ -1,6 +1,7 @@
 #ifndef MSP_GL_PIPELINESTATE_H_
 #define MSP_GL_PIPELINESTATE_H_
 
+#include <cstdint>
 #include <vector>
 #include <msp/core/noncopyable.h>
 #include "blend.h"
index 5668acc8281f3f85032280f3a930bb18d393dd6d..a940d0b321475f25802c71d15e942453e5c14b01 100644 (file)
@@ -1,6 +1,7 @@
 #ifndef MSP_GL_PREDICATE_H_
 #define MSP_GL_PREDICATE_H_
 
+#include <cstdint>
 #include <msp/strings/lexicalcast.h>
 #include "mspgl_api.h"
 
index f455f0248df12c6ba8d1d3c0d9542afc7b2b8c5f..89a2827db2549a2122034158b856ef274fe221b3 100644 (file)
@@ -1,6 +1,7 @@
 #ifndef MSP_GL_STENCILTEST_H_
 #define MSP_GL_STENCILTEST_H_
 
+#include <cstdint>
 #include <msp/datafile/objectloader.h>
 #include <msp/strings/lexicalcast.h>
 #include "mspgl_api.h"