summaryrefslogtreecommitdiff
path: root/src/mongo/util/ntservice.h
diff options
context:
space:
mode:
authorTad Marshall <tad@10gen.com>2012-01-05 21:46:45 -0500
committerTad Marshall <tad@10gen.com>2012-01-05 21:46:45 -0500
commit2b104cdedb06f2b6f764310ee6554f90a70bd0d6 (patch)
tree339a9527a16d3180012578685088fe5fd6bba7a0 /src/mongo/util/ntservice.h
parentcf1214ab7f2d63daccd16763d71eb9cca66c3e7a (diff)
downloadmongo-2b104cdedb06f2b6f764310ee6554f90a70bd0d6.tar.gz
add boost headers needed by Windows build
At least Visual Studio builds need these ...
Diffstat (limited to 'src/mongo/util/ntservice.h')
-rw-r--r--src/mongo/util/ntservice.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/util/ntservice.h b/src/mongo/util/ntservice.h
index 2570dfa9bef..89b75846ad5 100644
--- a/src/mongo/util/ntservice.h
+++ b/src/mongo/util/ntservice.h
@@ -19,6 +19,7 @@
#if defined(_WIN32)
#include <windows.h>
+#include "boost/program_options.hpp"
namespace mongo {