diff options
Diffstat (limited to 'src/buildtool/system/system_command.hpp')
-rw-r--r-- | src/buildtool/system/system_command.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/buildtool/system/system_command.hpp b/src/buildtool/system/system_command.hpp index 24931dc7..6f1d80ce 100644 --- a/src/buildtool/system/system_command.hpp +++ b/src/buildtool/system/system_command.hpp @@ -16,6 +16,7 @@ #define INCLUDED_SRC_BUILDTOOL_SYSTEM_SYSTEM_COMMAND_HPP #include <array> +#include <cerrno> // for errno #include <cstdio> #include <cstring> // for strerror() #include <iostream> |