Skip to content

Commit 3018f2c

Browse files
committed
Add missing include for stream_utils in lzkn1.cc
1 parent 89e4b33 commit 3018f2c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/lib/lzkn1.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
#include "mdcomp/bitstream.hh"
2323
#include "mdcomp/ignore_unused_variable_warning.hh"
2424
#include "mdcomp/lzss.hh"
25+
#include "mdcomp/stream_utils.hh"
2526

2627
#include <algorithm>
2728
#include <array>

0 commit comments

Comments
 (0)