commit | f98d59fc822dd6d05c6cd48c5b86d716469a48fc | [log] [tgz] |
---|---|---|
author | tpcwang <tpc.wang@gmail.com> | Wed Mar 23 16:18:52 2016 -0700 |
committer | Nobuaki Sukegawa <nsuke@apache.org> | Tue Mar 29 12:03:34 2016 +0900 |
tree | 2b3170943af70811e910a5c9f69862afe19b2243 | |
parent | d42d8be78fff22fab9f524d4766b61bb9053fd69 [diff] [blame] |
THRIFT-3757 Fix various compile warnings with VS2015 This closes #962
diff --git a/lib/cpp/test/TransportTest.cpp b/lib/cpp/test/TransportTest.cpp index 6cc2c87..ccef9d5 100644 --- a/lib/cpp/test/TransportTest.cpp +++ b/lib/cpp/test/TransportTest.cpp
@@ -17,7 +17,7 @@ * under the License. */ -#include "config.h" +#include <thrift/thrift-config.h> #include <stdlib.h> #include <time.h>