mirror of
https://github.com/open-goal/jak-project.git
synced 2024-11-23 06:09:57 +00:00
Fix GCC 12 build (#1530)
This commit is contained in:
parent
2d595c1ac0
commit
50dfa9a25b
@ -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
1
third-party/lzokay/lzokay.cpp
generated
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user