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/Mesh.cpp | |
| parent | 377f2b1f2500b0feae1bfb5cc50b7038b1041c22 (diff) | |
| download | meowcraft-9bdc36787a5ace22e16d5b24c77218fa349c691e.tar.zst meowcraft-9bdc36787a5ace22e16d5b24c77218fa349c691e.zip | |
More necessary headers for Linux build
Diffstat (limited to 'src/GFX/Mesh.cpp')
| -rw-r--r-- | src/GFX/Mesh.cpp | 1 |
1 files changed, 1 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 { |
