Fix GCC 12 build (#1530)

pull/1532/head
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
#include <cstddef>
#include <vector>
#include "common/common_types.h"

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

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