From 9c1d2bb7979776c42248b47832e5a9d71a305e68 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 19 Nov 2022 14:01:37 +0100 Subject: entity: fix build --- entity/constraints.hpp | 1 - entity/erased-constraints.hpp | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/entity/constraints.hpp b/entity/constraints.hpp index 3e106f21..171c555a 100644 --- a/entity/constraints.hpp +++ b/entity/constraints.hpp @@ -1,7 +1,6 @@ #pragma once #include "erased-constraints.hpp" #include -#include #include #include #include diff --git a/entity/erased-constraints.hpp b/entity/erased-constraints.hpp index 4f1262f1..d0fdecab 100644 --- a/entity/erased-constraints.hpp +++ b/entity/erased-constraints.hpp @@ -1,5 +1,6 @@ #pragma once #include +#include #include namespace floormat::entities::erased_constraints { -- cgit v1.2.3