mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-15 12:49:02 +00:00
inttypes.h is part of the C++ standard, so prefix it
This commit is contained in:
parent
14eb0cd286
commit
3a66b17887
2 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue