1
0
mirror of https://github.com/wolfpld/tracy synced 2025-04-29 12:23:53 +00:00

Add missing include.

This commit is contained in:
Bartosz Taudul 2020-11-23 22:58:12 +01:00
parent de69fc9850
commit 34e208368d

View File

@ -10,6 +10,7 @@
#include <cctype>
#include <chrono>
#include <math.h>
#include <string.h>
#ifdef __MINGW32__