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:
@@ -1,3 +1,10 @@
|
||||
#ifdef _MSC_VER
|
||||
# include <winsock2.h>
|
||||
#else
|
||||
# include <sys/time.h>
|
||||
#endif
|
||||
|
||||
#include <chrono>
|
||||
#include <mutex>
|
||||
|
||||
#include "../common/TracyProtocol.hpp"
|
||||
|
||||
Reference in New Issue
Block a user