diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-11-29 00:33:44 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-12-08 21:29:37 +0100 |
| commit | 3896921f82140b43e32e68f5e509e57b927733fb (patch) | |
| tree | ae155cc726c85ecceec75ddc20aacf2e73c26395 /test | |
| parent | eee577a2146f537d3417eb919d0587ff3e15cd0d (diff) | |
Extract some stuff to verify_internal.h
Diffstat (limited to 'test')
| -rw-r--r-- | test/verify_test.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/verify_test.cc b/test/verify_test.cc index e08dda18..57e2e0f6 100644 --- a/test/verify_test.cc +++ b/test/verify_test.cc @@ -55,6 +55,7 @@ #include "test.h" #include "util.h" #include "verify.h" +#include "verify_internal.h" #include "verify_j2k.h" #include <boost/algorithm/string.hpp> #include <boost/random.hpp> |
