summary refs log tree commit diff
path: root/src/GFX
diff options
context:
space:
mode:
Diffstat (limited to 'src/GFX')
-rw-r--r--src/GFX/Binder.cpp1
-rw-r--r--src/GFX/Mesh.hpp1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/GFX/Binder.cpp b/src/GFX/Binder.cpp
index 905ba24..49f82a7 100644
--- a/src/GFX/Binder.cpp
+++ b/src/GFX/Binder.cpp
@@ -1,4 +1,5 @@
 #include <GL/glew.h>
+#include <cassert>
 #include "Binder.hpp"
 #include "Mesh.hpp"
 
diff --git a/src/GFX/Mesh.hpp b/src/GFX/Mesh.hpp
index 4aea8c6..69625ff 100644
--- a/src/GFX/Mesh.hpp
+++ b/src/GFX/Mesh.hpp
@@ -2,6 +2,7 @@
 
 #include <utility>
 #include <vector>
+#include <algorithm>
 #include "../Common/Sizes.hpp"
 #include "../Math/Common.hpp"