diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-08-23 15:41:11 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-08-23 15:41:11 +0200 |
commit | 3a4d255681a623b60e5219b1de3a48ac5274cbef (patch) | |
tree | 5daf00898df9e86ede314355c6d09c48e1d0ae6e /libbuild2/test | |
parent | 5a5ce7b26496aac4d29ac6d98ee524427b07587b (diff) |
meta/operation_table
Diffstat (limited to 'libbuild2/test')
-rw-r--r-- | libbuild2/test/operation.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libbuild2/test/operation.cxx b/libbuild2/test/operation.cxx index 3ff7702..0ca8da0 100644 --- a/libbuild2/test/operation.cxx +++ b/libbuild2/test/operation.cxx @@ -4,6 +4,8 @@ #include <libbuild2/test/operation.hxx> +#include <libbuild2/variable.hxx> + using namespace std; using namespace butl; |