Merged in rokups/tracy/mingw-support (pull request #26)

MingW support
This commit is contained in:
Rokas K. (rku)
2019-01-20 00:44:44 +00:00
committed by Bartosz Taudul
10 changed files with 68 additions and 44 deletions

View File

@@ -1,3 +1,6 @@
#ifdef __MINGW32__
# define __STDC_FORMAT_MACROS
#endif
#include <algorithm>
#include <assert.h>
#include <chrono>