From 38f6c7c5f4625128ef0a9dc39b47b79e35354427 Mon Sep 17 00:00:00 2001 From: Benoit Foucher Date: Mon, 25 Feb 2013 14:09:39 +0100 Subject: Fixed ICE-5273 - Removed LTCG from ARFLAGS, fixed build failure on WinRT --- cpp/src/Ice/ConnectionI.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'cpp/src/Ice/ConnectionI.cpp') diff --git a/cpp/src/Ice/ConnectionI.cpp b/cpp/src/Ice/ConnectionI.cpp index 4e841872103..ca0be9dc19d 100644 --- a/cpp/src/Ice/ConnectionI.cpp +++ b/cpp/src/Ice/ConnectionI.cpp @@ -25,7 +25,9 @@ #include #include // For createProxy(). #include // For createProxy(). -#include +#ifndef ICE_OS_WINRT +# include +#endif using namespace std; using namespace Ice; -- cgit v1.2.3