diff options
Diffstat (limited to 'src/buildtool/common/remote/remote_common.hpp')
-rw-r--r-- | src/buildtool/common/remote/remote_common.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/buildtool/common/remote/remote_common.hpp b/src/buildtool/common/remote/remote_common.hpp index b9bc926a..cf35d9fc 100644 --- a/src/buildtool/common/remote/remote_common.hpp +++ b/src/buildtool/common/remote/remote_common.hpp @@ -15,6 +15,8 @@ #ifndef INCLUDED_SRC_BUILDTOOL_COMMON_REMOTE_COMMON_HPP #define INCLUDED_SRC_BUILDTOOL_COMMON_REMOTE_COMMON_HPP +#include <cstdint> +#include <exception> #include <map> #include <optional> #include <sstream> |