Fix Thrift.cpp for non-Linux systems.
authorDavid Reiss <dreiss@apache.org>
Fri, 11 Apr 2008 22:36:31 +0000 (22:36 +0000)
committerDavid Reiss <dreiss@apache.org>
Fri, 11 Apr 2008 22:36:31 +0000 (22:36 +0000)
commita1771097520d57cd84dcd5e06df6e5e4fae5e5c1
treef312bda2ff051b2bd42706a157b9f357422cb7ca
parent1d106ae6f00b25684d701cb38bd6e51e5220ddcb
Fix Thrift.cpp for non-Linux systems.

- Add some missing namespace qualifiers that are not used in the glibc case.
- Move an include from Thrift.h to Thrift.cpp.
- Include boost/lexical_cast.hpp in TJSONProtocol, in case we ever eliminate
  it from our header files.

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665656 13f79535-47bb-0310-9956-ffa450edef68
lib/cpp/src/Thrift.cpp
lib/cpp/src/Thrift.h
lib/cpp/src/protocol/TJSONProtocol.cpp