diff options
Diffstat (limited to 'src/buildtool/crypto/hash_function.hpp')
-rw-r--r-- | src/buildtool/crypto/hash_function.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/buildtool/crypto/hash_function.hpp b/src/buildtool/crypto/hash_function.hpp index fa141ed2..f2dc618a 100644 --- a/src/buildtool/crypto/hash_function.hpp +++ b/src/buildtool/crypto/hash_function.hpp @@ -22,10 +22,9 @@ #include <string> #include <utility> +#include "gsl/gsl" #include "src/buildtool/crypto/hasher.hpp" -#include <gsl/gsl> - /// \brief Hash function used for the entire buildtool. class HashFunction { public: |