mirror of
https://github.com/AxioDL/lzokay.git
synced 2025-12-10 14:07:47 +00:00
Include <iterator> explicitly for building on gcc12, clang13 and higher.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#include "lzokay.hpp"
|
||||
#include <cstring>
|
||||
#include <algorithm>
|
||||
#include <iterator>
|
||||
|
||||
/*
|
||||
* Based on documentation from the Linux sources: Documentation/lzo.txt
|
||||
|
||||
Reference in New Issue
Block a user