diff options
Diffstat (limited to 'src/buildtool/compatibility/native_support.hpp')
-rw-r--r-- | src/buildtool/compatibility/native_support.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/buildtool/compatibility/native_support.hpp b/src/buildtool/compatibility/native_support.hpp index 449117c9..b0fee1ea 100644 --- a/src/buildtool/compatibility/native_support.hpp +++ b/src/buildtool/compatibility/native_support.hpp @@ -17,11 +17,10 @@ #include <string> +#include "gsl/gsl" #include "src/buildtool/compatibility/compatibility.hpp" #include "src/utils/cpp/gsl.hpp" -#include <gsl/gsl> - /// \brief Helper functions to support the native remote-execution protocol. class NativeSupport { static constexpr std::size_t kTagLength = 2; |