diff options
author | Tad Marshall <tad@10gen.com> | 2012-01-05 21:46:45 -0500 |
---|---|---|
committer | Tad Marshall <tad@10gen.com> | 2012-01-05 21:46:45 -0500 |
commit | 2b104cdedb06f2b6f764310ee6554f90a70bd0d6 (patch) | |
tree | 339a9527a16d3180012578685088fe5fd6bba7a0 /src/mongo/util/text.cpp | |
parent | cf1214ab7f2d63daccd16763d71eb9cca66c3e7a (diff) | |
download | mongo-2b104cdedb06f2b6f764310ee6554f90a70bd0d6.tar.gz |
add boost headers needed by Windows build
At least Visual Studio builds need these ...
Diffstat (limited to 'src/mongo/util/text.cpp')
-rw-r--r-- | src/mongo/util/text.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/util/text.cpp b/src/mongo/util/text.cpp index 51a2556afdc..7984d28f537 100644 --- a/src/mongo/util/text.cpp +++ b/src/mongo/util/text.cpp @@ -18,6 +18,7 @@ #include "pch.h" #include "text.h" #include "unittest.h" +#include "boost/system/system_error.hpp" namespace mongo { |