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 /src/verify.cc | |
| parent | eee577a2146f537d3417eb919d0587ff3e15cd0d (diff) | |
Extract some stuff to verify_internal.h
Diffstat (limited to 'src/verify.cc')
| -rw-r--r-- | src/verify.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/verify.cc b/src/verify.cc index f34e0fda..42149197 100644 --- a/src/verify.cc +++ b/src/verify.cc @@ -57,6 +57,7 @@ #include "stereo_j2k_picture_asset.h" #include "stereo_j2k_picture_frame.h" #include "verify.h" +#include "verify_internal.h" #include "verify_j2k.h" #include <libxml/parserInternals.h> #include <xercesc/dom/DOMAttr.hpp> |
