diff options
| author | Mel <einebeere@gmail.com> | 2024-01-30 15:23:41 +0100 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2024-01-30 15:23:41 +0100 |
| commit | 9bdc36787a5ace22e16d5b24c77218fa349c691e (patch) | |
| tree | 0212d3225eaf84f7f04cf5ea374514e46c80b8ec /src/GFX | |
| parent | 377f2b1f2500b0feae1bfb5cc50b7038b1041c22 (diff) | |
| download | meowcraft-9bdc36787a5ace22e16d5b24c77218fa349c691e.tar.zst meowcraft-9bdc36787a5ace22e16d5b24c77218fa349c691e.zip | |
More necessary headers for Linux build
Diffstat (limited to 'src/GFX')
| -rw-r--r-- | src/GFX/Mesh.cpp | 1 | ||||
| -rw-r--r-- | src/GFX/Util/MeshBuilder.hpp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/GFX/Mesh.cpp b/src/GFX/Mesh.cpp index 0633e11..c8bda7b 100644 --- a/src/GFX/Mesh.cpp +++ b/src/GFX/Mesh.cpp @@ -1,4 +1,5 @@ #include "Mesh.hpp" +#include <cassert> namespace MC::GFX { diff --git a/src/GFX/Util/MeshBuilder.hpp b/src/GFX/Util/MeshBuilder.hpp index c174b8c..cab06e1 100644 --- a/src/GFX/Util/MeshBuilder.hpp +++ b/src/GFX/Util/MeshBuilder.hpp @@ -4,6 +4,7 @@ #include "../../Math/Common.hpp" #include "Primitives.hpp" #include <vector> +#include <tuple> namespace MC::GFX::Util { |
