From 662400d824ceab77cb4dc2d0163b4d48d210b3e1 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 1 May 2017 17:23:45 +0300 Subject: Adapt to adding hxx extension for headers and lib prefix for library dir in 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 f5948dd..c81413c 100644 --- a/libbrep/utility.hxx +++ b/libbrep/utility.hxx @@ -11,7 +11,7 @@ #include // assert() #include // make_move_iterator() -#include // reverse_iterate(), operator<<(ostream, exception) +#include // reverse_iterate(), operator<<(ostream, exception) namespace brep { @@ -24,7 +24,7 @@ namespace brep using std::make_move_iterator; using std::to_string; - // + // // using butl::reverse_iterate; } -- cgit v1.1