Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/base
diff options
context:
space:
mode:
authorAlex Zolotarev <alex@maps.me>2015-06-24 15:49:13 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:52:34 +0300
commitd7dfd870746a3e89ade642fd7d2605e753bbdafd (patch)
treee7430de05332b7d0834f9c6670cb8616604ed315 /base
parent7afc128a29c5a290f34e4f7aafcbe0e80bb09f50 (diff)
std folder cleanup & removing not needed boost references.
Diffstat (limited to 'base')
-rw-r--r--base/internal/message.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/base/internal/message.cpp b/base/internal/message.cpp
index 2cc829d616..5c9804c8e2 100644
--- a/base/internal/message.cpp
+++ b/base/internal/message.cpp
@@ -1,4 +1,7 @@
-#include "base/internal/message.hpp"
+#include "message.hpp"
+
+#include "std/target_os.hpp"
+
string DebugPrint(string const & t)
{