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 "Timer.h"
#include "rtcharse.h"
#include "inttypes.h"
#include "re3_inttypes.h"
#include "debugmenu.h"
#include <new>