mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Fix multiple build errors when compiling with MinGW.
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
#ifdef __MINGW32__
|
||||
# define __STDC_FORMAT_MACROS
|
||||
#endif
|
||||
#include <assert.h>
|
||||
#include <inttypes.h>
|
||||
#include <string>
|
||||
|
||||
Reference in New Issue
Block a user