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
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -1,5 +1,6 @@
#pragma once
#include <cstddef>
#include <vector>
#include "common/common_types.h"
+1
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