1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-06-30 08:24:05 +00:00

Fixed #2488 compilation on Fedora 34

This commit is contained in:
Sergey Lipskiy 2021-05-02 17:07:08 +07:00
parent c5d942b436
commit d93efe0c30

View File

@ -5,6 +5,7 @@
#include <list>
#include <map>
#include <unordered_map>
#include <stddef.h> // for size_t
#include "CRC.h"
#include "convert.h"