summaryrefslogtreecommitdiff
path: root/pch.h
diff options
context:
space:
mode:
authorDwight Merriman <dwight@10gen.com>2010-05-25 21:11:38 -0400
committerDwight Merriman <dwight@10gen.com>2010-05-25 21:11:38 -0400
commit9f3c0fcf093d04ca6a378f048cac44e37522311c (patch)
tree003a2e502af0261839695404969f36e19eb9d8e1 /pch.h
parent9b1d7544f562b6523cf5c1f6f5dfc144dfa05e02 (diff)
downloadmongo-9f3c0fcf093d04ca6a378f048cac44e37522311c.tar.gz
cleaning
Diffstat (limited to 'pch.h')
-rw-r--r--pch.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/pch.h b/pch.h
index de265cf05d5..46f4a7db5f8 100644
--- a/pch.h
+++ b/pch.h
@@ -27,6 +27,7 @@
# include <windows.h>
#endif
+#include <ctime>
#include <sstream>
#include <string>
#include <memory>
@@ -57,6 +58,7 @@
#include "boost/bind.hpp"
#include "boost/function.hpp"
#include <boost/thread/tss.hpp>
+#include "boost/detail/endian.hpp"
#define BOOST_SPIRIT_THREADSAFE
#include <boost/version.hpp>