mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Fix MinGW build.
This commit is contained in:
parent
04eaf358d0
commit
e40f0c4f2e
@ -11,6 +11,10 @@
|
||||
#include <cctype>
|
||||
#include <chrono>
|
||||
#include <string.h>
|
||||
|
||||
#ifdef __MINGW32__
|
||||
# define __STDC_FORMAT_MACROS
|
||||
#endif
|
||||
#include <inttypes.h>
|
||||
|
||||
#include <capstone/capstone.h>
|
||||
|
Loading…
Reference in New Issue
Block a user