summaryrefslogtreecommitdiff
path: root/pch.h
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2010-11-28 02:07:25 -0500
committerEliot Horowitz <eliot@10gen.com>2010-11-28 02:07:25 -0500
commitc7de5247bfc410f2ec3b4fc9092e87491f826602 (patch)
tree3fde682510902ddea43a5841c1b9f1de572a1196 /pch.h
parent38e3a493f47c76ad36a5109ce01ff8591244bef9 (diff)
downloadmongo-c7de5247bfc410f2ec3b4fc9092e87491f826602.tar.gz
move boost headers to pch.h
Diffstat (limited to 'pch.h')
-rw-r--r--pch.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pch.h b/pch.h
index a6e8a523a6e..48e6ec3c200 100644
--- a/pch.h
+++ b/pch.h
@@ -68,6 +68,7 @@
#include "limits.h"
#include <boost/any.hpp>
+#include "boost/thread/once.hpp"
#include <boost/archive/iterators/transform_width.hpp>
#include <boost/filesystem/convenience.hpp>
#include <boost/filesystem/exception.hpp>