summaryrefslogtreecommitdiff
path: root/src/mongo/util/file_allocator.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/util/file_allocator.h')
-rw-r--r--src/mongo/util/file_allocator.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/util/file_allocator.h b/src/mongo/util/file_allocator.h
index 50f4d023a6d..b5fd36619a1 100644
--- a/src/mongo/util/file_allocator.h
+++ b/src/mongo/util/file_allocator.h
@@ -34,6 +34,7 @@
#include <list>
#include <boost/filesystem/path.hpp>
+#include <boost/noncopyable.hpp>
#include <boost/thread/condition.hpp>
#include "mongo/util/concurrency/mutex.h"