mirror of
https://github.com/AxioDL/lzokay.git
synced 2025-07-05 12:46:09 +00:00
Merge pull request #7 from bionade24/master
Fix building on gcc>=12 and Clang >=13 by including <iterator> explicitly.
This commit is contained in:
commit
db2df1fcbe
@ -1,6 +1,7 @@
|
||||
#include "lzokay.hpp"
|
||||
#include <cstring>
|
||||
#include <algorithm>
|
||||
#include <iterator>
|
||||
|
||||
/*
|
||||
* Based on documentation from the Linux sources: Documentation/lzo.txt
|
||||
|
Loading…
x
Reference in New Issue
Block a user