diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-07-07 23:24:45 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-01-28 02:01:57 +0100 |
| commit | c1a45f6ed5c529dcafeec5949d9143a72e469a9e (patch) | |
| tree | 594b99b925d128720661cf69954c0384eaa7ce40 /src/lib/j2k_encoder.h | |
| parent | c80eca531e01860e6714f526b2efb07a58c2e26e (diff) | |
Move grok headers into src/lib/grok
Diffstat (limited to 'src/lib/j2k_encoder.h')
| -rw-r--r-- | src/lib/j2k_encoder.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/j2k_encoder.h b/src/lib/j2k_encoder.h index 6df30a3f7..a3ea9f3e8 100644 --- a/src/lib/j2k_encoder.h +++ b/src/lib/j2k_encoder.h @@ -27,6 +27,7 @@ * @brief J2KEncoder class. */ +#include "grok/context.h" #include "cross.h" #include "dcp_video.h" @@ -42,8 +43,6 @@ #include <list> #include <stdint.h> -#include "grok_context.h" - class EncodeServerDescription; class Film; class Job; |
