From dc6d43de353f6a6f2d4085b35cd5d620bac16552 Mon Sep 17 00:00:00 2001 From: Eliot Horowitz Date: Wed, 11 Jul 2012 19:37:27 -0400 Subject: windows include --- db/extsort.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/db/extsort.cpp b/db/extsort.cpp index 1e3230ef70c..2d4fefb6303 100644 --- a/db/extsort.cpp +++ b/db/extsort.cpp @@ -25,6 +25,11 @@ #include #include +#if defined(_WIN32) +# include +#endif + + namespace mongo { IndexInterface *BSONObjExternalSorter::extSortIdxInterface; -- cgit v1.2.1