diff options
Diffstat (limited to 'src/buildtool/storage/storage.hpp')
-rw-r--r-- | src/buildtool/storage/storage.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/buildtool/storage/storage.hpp b/src/buildtool/storage/storage.hpp index fe6c1e1f..d4ea83fe 100644 --- a/src/buildtool/storage/storage.hpp +++ b/src/buildtool/storage/storage.hpp @@ -15,8 +15,11 @@ #ifndef INCLUDED_SRC_BUILDTOOL_STORAGE_STORAGE_HPP #define INCLUDED_SRC_BUILDTOOL_STORAGE_STORAGE_HPP +#include <filesystem> #include <optional> +#include <vector> +#include "gsl/gsl" #include "src/buildtool/common/artifact.hpp" #include "src/buildtool/execution_api/common/execution_common.hpp" #include "src/buildtool/storage/config.hpp" |