From 5cb5b09b198932a0d3bd985fd52fd9fbcb1c2af5 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 18 Jun 2015 11:55:27 +0200 Subject: Move some utilities from build2 to libbutl --- build/algorithm.cxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'build/algorithm.cxx') diff --git a/build/algorithm.cxx b/build/algorithm.cxx index e52d7f5..fe85c4e 100644 --- a/build/algorithm.cxx +++ b/build/algorithm.cxx @@ -9,6 +9,8 @@ #include // move #include +#include // reverse_iterate + #include #include #include @@ -20,6 +22,7 @@ #include using namespace std; +using namespace butl; namespace build { -- cgit v1.1