mirror of https://github.com/pret/pokeemerald.git
Fix compilation on gcc 10 (for real this time)
This commit is contained in:
parent
da30244b6c
commit
65fb2e9957
|
@ -20,6 +20,7 @@
|
|||
|
||||
#include <cstdio>
|
||||
#include <cstdarg>
|
||||
#include <stdexcept>
|
||||
#include <string>
|
||||
#include <memory>
|
||||
#include "preproc.h"
|
||||
|
|
Loading…
Reference in New Issue