aboutsummaryrefslogtreecommitdiff
path: root/bbot/utility.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bbot/utility.cxx')
-rw-r--r--bbot/utility.cxx14
1 files changed, 14 insertions, 0 deletions
diff --git a/bbot/utility.cxx b/bbot/utility.cxx
new file mode 100644
index 0000000..591ff52
--- /dev/null
+++ b/bbot/utility.cxx
@@ -0,0 +1,14 @@
+// file : bbot/utility.cxx -*- C++ -*-
+// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// license : MIT; see accompanying LICENSE file
+
+#include <bbot/utility>
+
+#include <bbot/diagnostics>
+
+using namespace std;
+using namespace butl;
+
+namespace bbot
+{
+}