From ef2646010039b04ccf882ea3480882fa1e43a1fc Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 3 Oct 2017 23:32:25 +0300 Subject: Adapt to modularization of libbutl --- libbrep/utility.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libbrep/utility.hxx') diff --git a/libbrep/utility.hxx b/libbrep/utility.hxx index 1900bc4..65c0b46 100644 --- a/libbrep/utility.hxx +++ b/libbrep/utility.hxx @@ -11,7 +11,7 @@ #include // assert() #include // make_move_iterator() -#include // reverse_iterate(), +#include // reverse_iterate(), // operator<<(ostream, exception) namespace brep @@ -25,7 +25,7 @@ namespace brep using std::make_move_iterator; using std::to_string; - // + // // using butl::reverse_iterate; } -- cgit v1.1