diff options
Diffstat (limited to 'src/utils/cpp/hash_combine.hpp')
-rw-r--r-- | src/utils/cpp/hash_combine.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/cpp/hash_combine.hpp b/src/utils/cpp/hash_combine.hpp index 68c01c57..6660815d 100644 --- a/src/utils/cpp/hash_combine.hpp +++ b/src/utils/cpp/hash_combine.hpp @@ -15,7 +15,7 @@ #ifndef INCLUDED_SRC_UTILS_CPP_HASH_COMBINE_HPP #define INCLUDED_SRC_UTILS_CPP_HASH_COMBINE_HPP -#include "gsl-lite/gsl-lite.hpp" +#include "gsl/gsl" // Taken from Boost, as hash_combine did not yet make it to STL. // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2017/p0814r0.pdf |