Merge pull request #7 from bionade24/master

Fix building on gcc>=12 and Clang >=13 by including <iterator> explicitly.
This commit is contained in:
Phillip Stephens 2023-10-22 08:29:08 -07:00 committed by GitHub
commit db2df1fcbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#include "lzokay.hpp"
#include <cstring>
#include <algorithm>
#include <iterator>
/*
* Based on documentation from the Linux sources: Documentation/lzo.txt