Forgot to include <Utf.hpp> in <String.hpp>

This commit is contained in:
Laurent Gomila 2013-08-24 23:43:33 +02:00
parent c6651bfd30
commit 5ffe258320

View File

@ -29,6 +29,7 @@
// Headers
////////////////////////////////////////////////////////////
#include <SFML/System/Export.hpp>
#include <SFML/System/Utf.hpp>
#include <locale>
#include <string>