aboutsummaryrefslogtreecommitdiff
path: root/brep/package-version-details.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-12-22 18:56:16 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-01-08 18:26:00 +0200
commiteb16296f88ce0fdb4a98a08950b58a346a6e2bd9 (patch)
tree007cd0c925705a488a053b756fc9b3f41e464118 /brep/package-version-details.cxx
parent1d2117596f23b8606a17f74946a229944558d3a4 (diff)
Log brep and libs version on web server startup
Diffstat (limited to 'brep/package-version-details.cxx')
-rw-r--r--brep/package-version-details.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/brep/package-version-details.cxx b/brep/package-version-details.cxx
index 9bc06f6..0300b88 100644
--- a/brep/package-version-details.cxx
+++ b/brep/package-version-details.cxx
@@ -48,6 +48,7 @@ handle (request& rq, response& rs)
{
using namespace web;
using namespace web::xhtml;
+ using brep::version; // Not to confuse with module::version.
MODULE_DIAG;