Skip to content

Commit

Permalink
Add include xxhash.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackarain committed Nov 24, 2023
1 parent bcda34e commit 8b0355d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion proxy/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ target_include_directories(libproxy
)

target_compile_definitions(libproxy
PRIVATE
PUBLIC
-DXXH_INLINE_ALL
)

Expand Down
2 changes: 2 additions & 0 deletions proxy/include/proxy/proxy_server.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@
#include "proxy/http_proxy_client.hpp"
#include "proxy/socks_io.hpp"

#include "proxy/xxhash.hpp"


namespace proxy {

Expand Down

0 comments on commit 8b0355d

Please sign in to comment.