1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-17 19:33:13 +00:00

inttypes.h is part of the C++ standard, so prefix it

This commit is contained in:
Anonymous Maarten 2020-12-06 20:25:26 +01:00 committed by shfil
parent 14eb0cd286
commit 3a66b17887
2 changed files with 1 additions and 1 deletions

View file

@ -5,7 +5,7 @@
#include "ControllerConfig.h" #include "ControllerConfig.h"
#include "Timer.h" #include "Timer.h"
#include "rtcharse.h" #include "rtcharse.h"
#include "inttypes.h" #include "re3_inttypes.h"
#include "debugmenu.h" #include "debugmenu.h"
#include <new> #include <new>