From a5f1670b11c4c0ab0006ebbb04b0a6a0f32f0a7c Mon Sep 17 00:00:00 2001 From: Daniel Karbach Date: Sun, 3 Dec 2017 22:37:25 +0100 Subject: [PATCH] fix goal include --- src/creature/goal.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/creature/goal.cpp b/src/creature/goal.cpp index 5f9f1e8..82ec757 100644 --- a/src/creature/goal.cpp +++ b/src/creature/goal.cpp @@ -6,7 +6,7 @@ #include "Creature.hpp" #include "../app/Assets.hpp" -#include "../ui/String.hpp" +#include "../ui/string.hpp" #include "../world/Planet.hpp" #include "../world/Resource.hpp" #include "../world/Simulation.hpp" -- 2.39.2