summaryrefslogtreecommitdiff
path: root/include/llmr/renderer/shader.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/llmr/renderer/shader.hpp')
-rw-r--r--include/llmr/renderer/shader.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/llmr/renderer/shader.hpp b/include/llmr/renderer/shader.hpp
index a32d0b647c..26674d2d62 100644
--- a/include/llmr/renderer/shader.hpp
+++ b/include/llmr/renderer/shader.hpp
@@ -1,7 +1,7 @@
#ifndef LLMR_RENDERER_SHADER
#define LLMR_RENDERER_SHADER
-#include <forward_list>
+#include <cstdint>
namespace llmr {
@@ -18,7 +18,6 @@ public:
bool valid;
uint32_t program;
- std::forward_list<uint32_t> attributes;
private:
bool compileShader(uint32_t *shader, uint32_t type, const char *source);