mirror of
https://github.com/open-goal/jak-project
synced 2026-06-26 10:31:54 -04:00
Fix GCC 12 build (#1530)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include <cstddef>
|
||||
#include <vector>
|
||||
|
||||
#include "common/common_types.h"
|
||||
|
||||
+1
@@ -1,6 +1,7 @@
|
||||
#include "lzokay.hpp"
|
||||
#include <cstring>
|
||||
#include <algorithm>
|
||||
#include <array>
|
||||
|
||||
/*
|
||||
* Based on documentation from the Linux sources: Documentation/lzo.txt
|
||||
|
||||
Reference in New Issue
Block a user