diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2016-05-21 17:16:13 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2016-05-31 19:04:33 +0300 |
commit | 9a1351808c7443a65f876d2b7808ebdea7d9c814 (patch) | |
tree | 80fedb517a43c64762bb71fa690c90a40824be33 /tests/package-version | |
parent | 057a5d5d435d53166d1b8751748a9ba0a317bee3 (diff) |
Port to MinGW
Diffstat (limited to 'tests/package-version')
-rw-r--r-- | tests/package-version/driver.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/package-version/driver.cxx b/tests/package-version/driver.cxx index db1a55f..be300c4 100644 --- a/tests/package-version/driver.cxx +++ b/tests/package-version/driver.cxx @@ -9,6 +9,8 @@ #include <exception> #include <stdexcept> // invalid_argument +#include <butl/optional> + #include <bpkg/manifest> using namespace std; |