From 86c9fe0ee9015c31fdfb5e56301b00016c05fc07 Mon Sep 17 00:00:00 2001 From: David Capello Date: Sat, 11 Dec 2010 10:02:13 -0300 Subject: [PATCH] Include in path.cpp, because it uses std::back_inserter. --- src/base/path.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/base/path.cpp b/src/base/path.cpp index e94daca17..e3dd112b3 100644 --- a/src/base/path.cpp +++ b/src/base/path.cpp @@ -8,6 +8,7 @@ #include "base/path.h" #include +#include using namespace base;