diff options
author | Sascha Roloff <sascha.roloff@huawei.com> | 2022-12-22 19:23:53 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-01-20 13:57:18 +0100 |
commit | 61fdb803cdad8a326bde12f40260da692a541678 (patch) | |
tree | 4d2fdec2330ac158ba7311bbb6636a1a4baf870c /test/buildtool/common/repository_config.test.cpp | |
parent | 0778869e38b420430d854897dbf8022798d3b3d1 (diff) | |
download | justbuild-61fdb803cdad8a326bde12f40260da692a541678.tar.gz |
Cleanup local CAS dependency for repository config
Diffstat (limited to 'test/buildtool/common/repository_config.test.cpp')
-rw-r--r-- | test/buildtool/common/repository_config.test.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/buildtool/common/repository_config.test.cpp b/test/buildtool/common/repository_config.test.cpp index 1bf06d89..13d0bab9 100644 --- a/test/buildtool/common/repository_config.test.cpp +++ b/test/buildtool/common/repository_config.test.cpp @@ -14,6 +14,7 @@ #include "catch2/catch.hpp" #include "src/buildtool/common/repository_config.hpp" +#include "src/buildtool/execution_api/local/local_cas.hpp" #include "test/utils/hermeticity/local.hpp" namespace { |