summaryrefslogtreecommitdiff
path: root/src/buildtool/system/system_command.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildtool/system/system_command.hpp')
-rw-r--r--src/buildtool/system/system_command.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/buildtool/system/system_command.hpp b/src/buildtool/system/system_command.hpp
index 7c40ec2c..7f16fc99 100644
--- a/src/buildtool/system/system_command.hpp
+++ b/src/buildtool/system/system_command.hpp
@@ -24,6 +24,7 @@
#include <optional>
#include <sstream>
#include <string>
+#include <utility> // std::move
#include <vector>
#include <sys/wait.h>