summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Schwerin <schwerin@10gen.com>2012-10-15 17:51:35 -0400
committerAndy Schwerin <schwerin@10gen.com>2012-10-15 17:51:35 -0400
commit1c33a98ebf1a0caa5694fcc9a026bf1949c92f65 (patch)
tree0cb97297e9f6fc4c436ba478caf17f16e53a9ff5
parent03eb192471e22597936599a01187c2119a9eefbe (diff)
downloadmongo-1c33a98ebf1a0caa5694fcc9a026bf1949c92f65.tar.gz
Include boost/range/size.hpp, instead of boost/range.hpp in cmdline_test.cpp
-rw-r--r--src/mongo/db/cmdline_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/cmdline_test.cpp b/src/mongo/db/cmdline_test.cpp
index 4b25d64f621..9af8423f929 100644
--- a/src/mongo/db/cmdline_test.cpp
+++ b/src/mongo/db/cmdline_test.cpp
@@ -14,7 +14,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include <boost/range.hpp>
+#include <boost/range/size.hpp>
#include <string>
#include <vector>