From d135b54f1ca2ecb390d87200c8e25b29c78f11cf Mon Sep 17 00:00:00 2001 From: rexy712 Date: Tue, 6 Apr 2021 11:16:31 -0700 Subject: [PATCH] Fix incorrect preprocessor include check --- include/rexy/string_base.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/rexy/string_base.hpp b/include/rexy/string_base.hpp index d3f655e..bc3107c 100644 --- a/include/rexy/string_base.hpp +++ b/include/rexy/string_base.hpp @@ -472,7 +472,7 @@ namespace{ #ifdef REXY_BINARY_BASE_HPP #include "detail/binary_string_conv.hpp" #endif -#ifdef REXY_CX_HASH_HPP +#ifdef REXY_HASH_HPP #include "static_string_hash.hpp" #endif