summaryrefslogtreecommitdiff
path: root/lib/cpp
diff options
context:
space:
mode:
authorMario Emmenlauer <memmenlauer@biodataanalysis.de>2020-09-09 13:38:51 +0200
committerMario Emmenlauer <memmenlauer@biodataanalysis.de>2021-08-30 11:41:54 +0200
commit5a64c7101762535ecce0d43dce717b396748ddac (patch)
tree8499cdc2cf4a63088d890137f9356389bfc4a262 /lib/cpp
parentee6521514305365b0f95d26dd6e3f46efe338021 (diff)
downloadthrift-5a64c7101762535ecce0d43dce717b396748ddac.tar.gz
Use the cmake-generated thrift config also on MSVC
Diffstat (limited to 'lib/cpp')
-rw-r--r--lib/cpp/src/thrift/thrift-config.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/cpp/src/thrift/thrift-config.h b/lib/cpp/src/thrift/thrift-config.h
index d648706c7..71da4cb99 100644
--- a/lib/cpp/src/thrift/thrift-config.h
+++ b/lib/cpp/src/thrift/thrift-config.h
@@ -19,6 +19,5 @@
#ifdef _WIN32
#include <thrift/windows/config.h>
-#else
-#include <thrift/config.h>
#endif
+#include <thrift/config.h>