THRIFT-2014 Change C++ lib includes to use <namespace/> style throughout
Patch: Randy Abernethy
diff --git a/lib/cpp/src/thrift/Thrift.h b/lib/cpp/src/thrift/Thrift.h
index 8c22814..361ff6a 100644
--- a/lib/cpp/src/thrift/Thrift.h
+++ b/lib/cpp/src/thrift/Thrift.h
@@ -23,7 +23,7 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
-#include "transport/PlatformSocket.h"
+#include <thrift/transport/PlatformSocket.h>
#include <stdio.h>
#include <assert.h>
@@ -45,7 +45,7 @@
#include <boost/utility/enable_if.hpp>
#include <boost/type_traits/is_convertible.hpp>
-#include "TLogging.h"
+#include <thrift/TLogging.h>
/**
* Helper macros to allow function overloading even when using