diff options
author | agirbal <antoine@10gen.com> | 2011-06-13 14:53:33 -0700 |
---|---|---|
committer | agirbal <antoine@10gen.com> | 2011-06-13 14:53:33 -0700 |
commit | 7ac2b5bef21b30f63996561e5696ab462e380e8e (patch) | |
tree | a83e47adc6df1cf6c6c72d708aae2b507f946891 /s/commands_public.cpp | |
parent | ec68f3c6d5e16d55b87e0981d6a5ef6819115997 (diff) | |
download | mongo-7ac2b5bef21b30f63996561e5696ab462e380e8e.tar.gz |
fix compile and error codes
Diffstat (limited to 's/commands_public.cpp')
-rw-r--r-- | s/commands_public.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/s/commands_public.cpp b/s/commands_public.cpp index 78eaf79e8dc..bf6d7592d99 100644 --- a/s/commands_public.cpp +++ b/s/commands_public.cpp @@ -25,6 +25,7 @@ #include "../db/commands.h" #include "../db/query.h" #include "../db/queryutil.h" +#include "../scripting/engine.h" #include "config.h" #include "chunk.h" |