THRIFT-2039 config.h --> thrift-config.h
Patch: Ben Craig
diff --git a/lib/cpp/src/thrift/windows/TWinsockSingleton.h b/lib/cpp/src/thrift/windows/TWinsockSingleton.h
index 7ac229e..5f9b6e2 100644
--- a/lib/cpp/src/thrift/windows/TWinsockSingleton.h
+++ b/lib/cpp/src/thrift/windows/TWinsockSingleton.h
@@ -28,7 +28,7 @@
 #error This is a MSVC header only.
 #endif
 
-#include "config.h"
+#include <thrift/thrift-config.h>
 
 // boost
 #include <boost/noncopyable.hpp>