diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-10-03 23:32:25 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-10-03 23:32:25 +0300 |
commit | ef2646010039b04ccf882ea3480882fa1e43a1fc (patch) | |
tree | b06bc195eb1be0f19099edeb64f57cc63bc9d70a /web/apache/service.txx | |
parent | 4ba97b671533399e960f9230013f4678cc45b1d2 (diff) |
Adapt to modularization of libbutl
Diffstat (limited to 'web/apache/service.txx')
-rw-r--r-- | web/apache/service.txx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/apache/service.txx b/web/apache/service.txx index b707f8d..61b95f3 100644 --- a/web/apache/service.txx +++ b/web/apache/service.txx @@ -9,6 +9,8 @@ #include <utility> // move() #include <exception> +#include <libbutl/utility.mxx> // operator<<(ostream, exception) + namespace web { namespace apache |