aboutsummaryrefslogtreecommitdiff
path: root/libbrep/utility.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-05-01 17:23:45 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-05-01 17:32:27 +0300
commit662400d824ceab77cb4dc2d0163b4d48d210b3e1 (patch)
tree3d32e9473e723dcccd5c08a6d6266fbb23aa8973 /libbrep/utility.hxx
parenta03e8a646b90d70b5c33e729b6e757a55a4ccdfd (diff)
Adapt to adding hxx extension for headers and lib prefix for library dir in libbutl
Diffstat (limited to 'libbrep/utility.hxx')
-rw-r--r--libbrep/utility.hxx4
1 files changed, 2 insertions, 2 deletions
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 <cassert> // assert()
#include <iterator> // make_move_iterator()
-#include <butl/utility> // reverse_iterate(), operator<<(ostream, exception)
+#include <libbutl/utility.hxx> // reverse_iterate(), operator<<(ostream, exception)
namespace brep
{
@@ -24,7 +24,7 @@ namespace brep
using std::make_move_iterator;
using std::to_string;
- // <butl/utility>
+ // <libbutl/utility.hxx>
//
using butl::reverse_iterate;
}