Fix incorrect preprocessor include check

This commit is contained in:
rexy712 2021-04-06 11:16:31 -07:00
parent f0d9d6f6ab
commit d135b54f1c

View File

@ -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