summaryrefslogtreecommitdiff
path: root/src/mongo/shell
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2012-01-05 17:50:50 -0500
committerEliot Horowitz <eliot@10gen.com>2012-01-05 17:58:21 -0500
commitcf1214ab7f2d63daccd16763d71eb9cca66c3e7a (patch)
tree4b57d58148e2f250f9594ab9cc6162eb8c4db131 /src/mongo/shell
parent89b06c2a1c3fe2b97f4ee5cd91a69e75d90a4934 (diff)
downloadmongo-cf1214ab7f2d63daccd16763d71eb9cca66c3e7a.tar.gz
remove fstream from pch.h
Diffstat (limited to 'src/mongo/shell')
-rw-r--r--src/mongo/shell/shell_utils.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/shell/shell_utils.cpp b/src/mongo/shell/shell_utils.cpp
index 35f4f19641f..8b96f892b14 100644
--- a/src/mongo/shell/shell_utils.cpp
+++ b/src/mongo/shell/shell_utils.cpp
@@ -28,6 +28,7 @@
#include <iostream>
#include <map>
#include <sstream>
+#include <fstream>
#include <vector>
#include <fcntl.h>