diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-09-10 18:18:10 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-09-10 18:18:10 +0200 |
commit | bbf54adf46aa78e259f3c780b63654af658f9fcd (patch) | |
tree | a56128192d25ec64302d587b0826ee1f28399dd6 | |
parent | 74c99797a3357ad59149e098fe82daba93434258 (diff) |
Add missing semi
-rw-r--r-- | libbutl/git.mxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbutl/git.mxx b/libbutl/git.mxx index 56e5dee..36b8628 100644 --- a/libbutl/git.mxx +++ b/libbutl/git.mxx @@ -21,7 +21,7 @@ import std.core; #endif import butl.path; import butl.optional; -import butl.semantic_version +import butl.semantic_version; #else #include <libbutl/path.mxx> #include <libbutl/optional.mxx> |