diff options
author | Eliot Horowitz <eliot@10gen.com> | 2010-06-02 13:09:43 -0400 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2010-06-02 13:09:43 -0400 |
commit | 70cc54c5082471a1ef85a6bedf1d12c4ae986c77 (patch) | |
tree | ab168f45b0bdf930e1670be15c7725752dbdbfc6 /pch.h | |
parent | 441794c5f1e0a176293b3e61cfadeb1027da30c6 (diff) | |
download | mongo-70cc54c5082471a1ef85a6bedf1d12c4ae986c77.tar.gz |
solaris
Diffstat (limited to 'pch.h')
-rw-r--r-- | pch.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -137,4 +137,7 @@ namespace mongo { typedef char _TCHAR; + using boost::uint32_t; + using boost::uint64_t; + } // namespace mongo |