aboutsummaryrefslogtreecommitdiff
path: root/brep/module.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-04-15 09:10:10 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-04-15 09:10:10 +0200
commita96a346e4ab58729b1f257268f2d2af1ebdca890 (patch)
tree73ad795433a1efd2f7a2a341e18f83f7d3c0c837 /brep/module.cxx
parent17683bcc74284c344dc67f5a9b806801af5c598f (diff)
Misc compilation fixes
Diffstat (limited to 'brep/module.cxx')
-rw-r--r--brep/module.cxx3
1 files changed, 2 insertions, 1 deletions
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 <functional> // 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.
//