diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-05-25 21:12:03 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-05-31 01:10:52 +0300 |
commit | d6a34b68d4667d4b99c1e76d63604a7bc1c9c3dd (patch) | |
tree | b3429ea208e804bdd4b7f80416510e509ff36181 /libbrep/utility.hxx | |
parent | 94b04d166c1041028571222b9931121b0f7dfded (diff) |
Add support for bbot agent authentication
Diffstat (limited to 'libbrep/utility.hxx')
-rw-r--r-- | libbrep/utility.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libbrep/utility.hxx b/libbrep/utility.hxx index c81413c..1900bc4 100644 --- a/libbrep/utility.hxx +++ b/libbrep/utility.hxx @@ -11,7 +11,8 @@ #include <cassert> // assert() #include <iterator> // make_move_iterator() -#include <libbutl/utility.hxx> // reverse_iterate(), operator<<(ostream, exception) +#include <libbutl/utility.hxx> // reverse_iterate(), + // operator<<(ostream, exception) namespace brep { |