diff options
author | Robert Pösel <robyer@seznam.cz> | 2015-10-20 09:37:32 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2015-10-20 09:37:32 +0000 |
commit | 589e20f2b2d8480bad649828230bab152b13d0ed (patch) | |
tree | 1ddd48f2e4cb58f468145046f396ffce29a0c8a0 /protocols/MinecraftDynmap/src/stdafx.h | |
parent | aaef083794f6e88034ae40549dcf595ac161bd55 (diff) |
MinecraftDynmap: Adapt to use std_string_utils
git-svn-id: http://svn.miranda-ng.org/main/trunk@15577 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/MinecraftDynmap/src/stdafx.h')
-rw-r--r-- | protocols/MinecraftDynmap/src/stdafx.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/MinecraftDynmap/src/stdafx.h b/protocols/MinecraftDynmap/src/stdafx.h index 301af3bf93..68992c9a2b 100644 --- a/protocols/MinecraftDynmap/src/stdafx.h +++ b/protocols/MinecraftDynmap/src/stdafx.h @@ -63,6 +63,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. class MinecraftDynmapProto; +#include "../../utils/std_string_utils.h" + #include "utils.h" #include "proto.h" #include "constants.h" |