summaryrefslogtreecommitdiff
path: root/lib/jxl/enc_heuristics.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/jxl/enc_heuristics.h')
-rw-r--r--lib/jxl/enc_heuristics.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/jxl/enc_heuristics.h b/lib/jxl/enc_heuristics.h
index 16509f0..3cb9b50 100644
--- a/lib/jxl/enc_heuristics.h
+++ b/lib/jxl/enc_heuristics.h
@@ -8,12 +8,12 @@
// Hook for custom encoder heuristics (VarDCT only for now).
+#include <jxl/cms_interface.h>
#include <stddef.h>
#include <stdint.h>
#include <string>
-#include "lib/jxl/aux_out_fwd.h"
#include "lib/jxl/base/data_parallel.h"
#include "lib/jxl/base/status.h"
#include "lib/jxl/image.h"
@@ -21,7 +21,9 @@
namespace jxl {
+struct AuxOut;
struct PassesEncoderState;
+class DequantMatrices;
class ImageBundle;
class ModularFrameEncoder;