summaryrefslogtreecommitdiffhomepage
path: root/src/entity.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-11-15 10:19:16 +0100
committerStanislaw Halik <sthalik@misaki.pl>2022-11-15 10:19:16 +0100
commitf755ef91320b07bc8834bd172097103ca22b3029 (patch)
treee79f8b73e87a190995e1a0378ffe3c80fa3f2940 /src/entity.hpp
parent2f651b87fff67dbcec9d2f3ca73e9d0c88aebca8 (diff)
fixup! entity: add visit_tuple
Diffstat (limited to 'src/entity.hpp')
-rw-r--r--src/entity.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/entity.hpp b/src/entity.hpp
index ba165662..32ab759f 100644
--- a/src/entity.hpp
+++ b/src/entity.hpp
@@ -4,6 +4,7 @@
#include <compare>
#include <type_traits>
#include <utility>
+#include <tuple>
#include <Corrade/Containers/StringView.h>
namespace floormat {}