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
diff options
context:
space:
mode:
authorExMix <Rahuba.youri@gmail.com>2013-04-17 19:07:18 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:53:21 +0300
commitda14db582a9e5c48ac05930d946d21b75b23de96 (patch)
tree4705d3387a5fa2fde86fe2b2e7ec5bd75f94914b /3party/protobuf
parent6aae44fff192fc9c9828e7c11d2ca96a35086533 (diff)
fix build on windows platform
Diffstat (limited to '3party/protobuf')
-rw-r--r--3party/protobuf/src/google/protobuf/stubs/common.cc2
-rw-r--r--3party/protobuf/src/google/protobuf/stubs/hash.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/3party/protobuf/src/google/protobuf/stubs/common.cc b/3party/protobuf/src/google/protobuf/stubs/common.cc
index e604502677..ab87abcd11 100644
--- a/3party/protobuf/src/google/protobuf/stubs/common.cc
+++ b/3party/protobuf/src/google/protobuf/stubs/common.cc
@@ -36,7 +36,7 @@
#include <errno.h>
#include <vector>
-#include "config.h"
+#include "../config.h"
#ifdef _WIN32
#define WIN32_LEAN_AND_MEAN // We only need minimal includes
diff --git a/3party/protobuf/src/google/protobuf/stubs/hash.h b/3party/protobuf/src/google/protobuf/stubs/hash.h
index f7d1071279..a46ce1ebb0 100644
--- a/3party/protobuf/src/google/protobuf/stubs/hash.h
+++ b/3party/protobuf/src/google/protobuf/stubs/hash.h
@@ -37,7 +37,7 @@
#include <string.h>
#include <google/protobuf/stubs/common.h>
-#include "config.h"
+#include "../config.h"
#if defined(HAVE_HASH_MAP) && defined(HAVE_HASH_SET)
#include HASH_MAP_H