diff options
Diffstat (limited to 'src/buildtool/common/action_description.hpp')
-rw-r--r-- | src/buildtool/common/action_description.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/buildtool/common/action_description.hpp b/src/buildtool/common/action_description.hpp index 374227f2..bb11c68b 100644 --- a/src/buildtool/common/action_description.hpp +++ b/src/buildtool/common/action_description.hpp @@ -20,6 +20,7 @@ #include <optional> #include <string> #include <unordered_map> +#include <utility> // std::move #include <vector> #include "nlohmann/json.hpp" |