summaryrefslogtreecommitdiff
path: root/lib/jxl/enc_toc.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/jxl/enc_toc.h')
-rw-r--r--lib/jxl/enc_toc.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/jxl/enc_toc.h b/lib/jxl/enc_toc.h
index dc81a5d..242b3ef 100644
--- a/lib/jxl/enc_toc.h
+++ b/lib/jxl/enc_toc.h
@@ -11,13 +11,15 @@
#include <vector>
-#include "lib/jxl/aux_out.h"
#include "lib/jxl/base/compiler_specific.h"
#include "lib/jxl/base/status.h"
+#include "lib/jxl/coeff_order_fwd.h"
#include "lib/jxl/enc_bit_writer.h"
namespace jxl {
+struct AuxOut;
+
// Writes the group offsets. If the permutation vector is nullptr, the identity
// permutation will be used.
Status WriteGroupOffsets(const std::vector<BitWriter>& group_codes,