Fix string hashing header includes
This commit is contained in:
parent
99b0ac2ed3
commit
058ebe026e
@ -40,14 +40,14 @@ namespace rexy{
|
||||
|
||||
}
|
||||
|
||||
#ifdef REXY_STRING_BASE_HPP
|
||||
#ifdef REXY_STRING_VIEW_HPP
|
||||
#include "string_view_hash.hpp"
|
||||
#endif
|
||||
#ifdef REXY_STRING_HPP
|
||||
#include "basic_string_hash.hpp"
|
||||
#endif
|
||||
#ifdef REXY_CX_STRING_HPP
|
||||
#include "cx_string_hash.hpp"
|
||||
#include "cx/cx_string_hash.hpp"
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
@ -20,7 +20,7 @@
|
||||
#define REXY_STRING_VIEW_HASH_HPP
|
||||
|
||||
#include "string_hash.hpp"
|
||||
#include "string_base.hpp"
|
||||
#include "string_view.hpp"
|
||||
#include "rexy.hpp"
|
||||
|
||||
namespace rexy{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user