Include <iterator> explicitly for building on gcc12, clang13 and higher.

This commit is contained in:
Oskar Roesler (bionade24) 2023-08-28 12:25:37 +02:00
parent 546a969527
commit 5cb18da508
No known key found for this signature in database
GPG Key ID: A4A0D73114FDE6FC
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