diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-04-28 15:43:54 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-04-28 15:43:54 +0300 |
commit | c2cf5867b7c80fa0a24ddf1a509f726739771b43 (patch) | |
tree | 12c5db96a451db4cce5c327eb113402968a00dcc /bbot/build-config | |
parent | 7d02874cf4c7c0ced29750905b96c02ff383e3d0 (diff) |
Switch to version module
Diffstat (limited to 'bbot/build-config')
-rw-r--r-- | bbot/build-config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bbot/build-config b/bbot/build-config index 0f92eb8..d7a07d9 100644 --- a/bbot/build-config +++ b/bbot/build-config @@ -15,6 +15,7 @@ #include <butl/target-triplet> #include <bbot/export> +#include <bbot/version> namespace bbot { |