From a96a346e4ab58729b1f257268f2d2af1ebdca890 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 15 Apr 2015 09:10:10 +0200 Subject: Misc compilation fixes --- brep/module.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'brep/module.cxx') diff --git a/brep/module.cxx b/brep/module.cxx index 3420aa0..8a9d71a 100644 --- a/brep/module.cxx +++ b/brep/module.cxx @@ -7,6 +7,7 @@ #include // bind() using namespace std; +using namespace placeholders; namespace brep { @@ -26,7 +27,7 @@ namespace brep // rs.content (e.status, "text/html;charset=utf-8") << e.description; } - catch (const server_error& e) + catch (server_error& e) { // @@ Both log and return as 505. // -- cgit v1.1