diff options
Diffstat (limited to 'main/editor.hpp')
-rw-r--r-- | main/editor.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/main/editor.hpp b/main/editor.hpp index db4da59e..aac474c0 100644 --- a/main/editor.hpp +++ b/main/editor.hpp @@ -1,10 +1,12 @@ #pragma once #include "compat/defs.hpp" #include "tile-atlas.hpp" +#include <cstdint> #include <map> #include <memory> #include <tuple> #include <optional> +#include <vector> #include <Corrade/Containers/StringView.h> namespace floormat { |