From da14db582a9e5c48ac05930d946d21b75b23de96 Mon Sep 17 00:00:00 2001 From: ExMix Date: Wed, 17 Apr 2013 18:07:18 +0300 Subject: [PATCH] fix build on windows platform --- 3party/protobuf/src/google/protobuf/stubs/common.cc | 2 +- 3party/protobuf/src/google/protobuf/stubs/hash.h | 2 +- 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 #include -#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 #include -#include "config.h" +#include "../config.h" #if defined(HAVE_HASH_MAP) && defined(HAVE_HASH_SET) #include HASH_MAP_H