From: Daniel Karbach Date: Sun, 3 Dec 2017 21:37:25 +0000 (+0100) Subject: fix goal include X-Git-Url: http://git.localhorst.tv/?p=blobs.git;a=commitdiff_plain;h=a5f1670b11c4c0ab0006ebbb04b0a6a0f32f0a7c fix goal include --- 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"