diff options
Diffstat (limited to 'zencore/blake3.cpp')
| -rw-r--r-- | zencore/blake3.cpp | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/zencore/blake3.cpp b/zencore/blake3.cpp index 02d6eb241..89826ae5d 100644 --- a/zencore/blake3.cpp +++ b/zencore/blake3.cpp @@ -7,13 +7,10 @@ #include <zencore/testing.h> #include <zencore/zencore.h> -#include "../thirdparty/BLAKE3/c/blake3.h" -#if ZEN_PLATFORM_WINDOWS -# pragma comment(lib, "blake3.lib") -#endif - #include <string.h> +#include "blake3.h" + ////////////////////////////////////////////////////////////////////////// namespace zen { |