diff options
| author | Martin Ridgers <[email protected]> | 2021-09-21 11:06:13 +0200 |
|---|---|---|
| committer | Martin Ridgers <[email protected]> | 2021-09-21 11:06:13 +0200 |
| commit | 68c951e0f440ffd483795dced737e88152c1a581 (patch) | |
| tree | 5c0910ca2a85b45fb05dba3ce457b7d156213894 /zencore/iohash.cpp | |
| parent | Merge main into linux-mac (diff) | |
| parent | Trigger storage scrubbing pass at startup (diff) | |
| download | zen-68c951e0f440ffd483795dced737e88152c1a581.tar.xz zen-68c951e0f440ffd483795dced737e88152c1a581.zip | |
Merged main into linux-mac
Diffstat (limited to 'zencore/iohash.cpp')
| -rw-r--r-- | zencore/iohash.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zencore/iohash.cpp b/zencore/iohash.cpp index ad8d89ff0..77076c133 100644 --- a/zencore/iohash.cpp +++ b/zencore/iohash.cpp @@ -5,8 +5,8 @@ #include <zencore/blake3.h> #include <zencore/compositebuffer.h> #include <zencore/string.h> +#include <zencore/testing.h> -#include <doctest/doctest.h> #include <gsl/gsl-lite.hpp> namespace zen { |