diff options
author | Eliot Horowitz <eliot@10gen.com> | 2012-01-05 17:50:50 -0500 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2012-01-05 17:58:21 -0500 |
commit | cf1214ab7f2d63daccd16763d71eb9cca66c3e7a (patch) | |
tree | 4b57d58148e2f250f9594ab9cc6162eb8c4db131 /src/mongo/shell | |
parent | 89b06c2a1c3fe2b97f4ee5cd91a69e75d90a4934 (diff) | |
download | mongo-cf1214ab7f2d63daccd16763d71eb9cca66c3e7a.tar.gz |
remove fstream from pch.h
Diffstat (limited to 'src/mongo/shell')
-rw-r--r-- | src/mongo/shell/shell_utils.cpp | 1 |
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> |