summaryrefslogtreecommitdiff
path: root/lib/jxl/enc_huffman.cc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/jxl/enc_huffman.cc')
-rw-r--r--lib/jxl/enc_huffman.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/jxl/enc_huffman.cc b/lib/jxl/enc_huffman.cc
index 04b5669..3eab2c2 100644
--- a/lib/jxl/enc_huffman.cc
+++ b/lib/jxl/enc_huffman.cc
@@ -8,7 +8,7 @@
#include <algorithm>
#include <memory>
-#include "lib/jxl/huffman_tree.h"
+#include "lib/jxl/enc_huffman_tree.h"
namespace jxl {