Fix GCC 12 build (#1530)

This commit is contained in:
Ziemas 2022-06-23 22:16:48 +02:00 committed by GitHub
parent 2d595c1ac0
commit 50dfa9a25b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -1,5 +1,6 @@
#pragma once #pragma once
#include <cstddef>
#include <vector> #include <vector>
#include "common/common_types.h" #include "common/common_types.h"

1
third-party/lzokay/lzokay.cpp generated vendored
View file

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