commit | 5d02b80e9cde00280cbac5c17cc3843806ec9436 | [log] [tgz] |
---|---|---|
author | Jake Farrell <jfarrell@apache.org> | Tue Jan 07 21:42:01 2014 -0500 |
committer | Jake Farrell <jfarrell@apache.org> | Tue Jan 07 21:42:01 2014 -0500 |
tree | 4b12b2e6816154fdbd2d6273732ca90a5ae2904d | |
parent | 05f37f1917bfa89d5862e4e45896bc6e28d8fa51 [diff] [blame] |
Thrift-2029:Port C++ tests to Windows Client: cpp Patch: Ben Craig Updates cpp tests to work with windows and c++11
diff --git a/lib/cpp/test/JSONProtoTest.cpp b/lib/cpp/test/JSONProtoTest.cpp index dcb34d1..be8f426 100644 --- a/lib/cpp/test/JSONProtoTest.cpp +++ b/lib/cpp/test/JSONProtoTest.cpp
@@ -17,6 +17,7 @@ * under the License. */ +#define _USE_MATH_DEFINES #include <iostream> #include <cmath> #include <thrift/transport/TBufferTransports.h>