From 2c3ac8db3f539459166c801e61c5efdacf9150c3 Mon Sep 17 00:00:00 2001 From: Mel Date: Mon, 10 Jul 2023 21:26:57 +0200 Subject: Add necessary Linux headers --- src/GFX/Binder.cpp | 1 + src/GFX/Mesh.hpp | 1 + 2 files changed, 2 insertions(+) (limited to 'src/GFX') 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 +#include #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 #include +#include #include "../Common/Sizes.hpp" #include "../Math/Common.hpp" -- cgit 1.4.1