THRIFT-3414 #include <pwd.h> in THeaderTransport.h breaks windows build
Client: C++
Patch: Pascal Bach
diff --git a/lib/cpp/src/thrift/transport/THeaderTransport.h b/lib/cpp/src/thrift/transport/THeaderTransport.h
index d3b851e..55291ad 100644
--- a/lib/cpp/src/thrift/transport/THeaderTransport.h
+++ b/lib/cpp/src/thrift/transport/THeaderTransport.h
@@ -28,7 +28,6 @@
 
 #include <bitset>
 #include <boost/scoped_array.hpp>
-#include <pwd.h>
 #include <unistd.h>
 
 // Don't include the unknown client.