From 5d41197d3237a8051405d21f061f3c8b8067ef43 Mon Sep 17 00:00:00 2001 From: T1ti <40864460+T1ti@users.noreply.github.com> Date: Sun, 7 Jan 2024 20:59:40 +0100 Subject: [PATCH] fix build issues --- src/noggit/Selection.cpp | 1 + src/noggit/Selection.h | 2 +- src/noggit/ui/object_palette.hpp | 1 + src/noggit/ui/texture_palette_small.hpp | 1 + 4 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/noggit/Selection.cpp b/src/noggit/Selection.cpp index 8abc0153..06008ce9 100755 --- a/src/noggit/Selection.cpp +++ b/src/noggit/Selection.cpp @@ -1,6 +1,7 @@ #include #include #include +#include #include diff --git a/src/noggit/Selection.h b/src/noggit/Selection.h index 900dd62a..4f44eacc 100755 --- a/src/noggit/Selection.h +++ b/src/noggit/Selection.h @@ -6,10 +6,10 @@ #include #include #include +#include // #include - class World; class SceneObject; class MapChunk; diff --git a/src/noggit/ui/object_palette.hpp b/src/noggit/ui/object_palette.hpp index 0b8dfc48..481741f6 100755 --- a/src/noggit/ui/object_palette.hpp +++ b/src/noggit/ui/object_palette.hpp @@ -5,6 +5,7 @@ #include #include +#include #include #include #include diff --git a/src/noggit/ui/texture_palette_small.hpp b/src/noggit/ui/texture_palette_small.hpp index 06a8349f..645a7d96 100755 --- a/src/noggit/ui/texture_palette_small.hpp +++ b/src/noggit/ui/texture_palette_small.hpp @@ -3,6 +3,7 @@ #pragma once #include +#include #include #include #include