1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Tweak included header files in View and Worker.

This commit is contained in:
Bartosz Szreder
2018-02-22 12:10:15 +01:00
parent bae1c02ad0
commit 3b9639a9de
2 changed files with 8 additions and 7 deletions
+7
View File
@@ -1,3 +1,10 @@
#ifdef _MSC_VER
# include <winsock2.h>
#else
# include <sys/time.h>
#endif
#include <chrono>
#include <mutex>
#include "../common/TracyProtocol.hpp"