From 7bd1ca56bd9bc561d987fce90e0ba52eeb6636d9 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 18 Nov 2022 11:18:14 +0100 Subject: entity: split enum specialization into own header --- test/entity.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/entity.cpp b/test/entity.cpp index afec3f7c..2b46cbeb 100644 --- a/test/entity.cpp +++ b/test/entity.cpp @@ -1,6 +1,7 @@ #include "app.hpp" #include "compat/assert.hpp" #include "entity/entity.hpp" +#include "entity/types.hpp" #include using namespace floormat; -- cgit v1.2.3