mirror of
https://github.com/wolfpld/tracy
synced 2025-04-28 20:23:51 +00:00
Include <chrono> explicitly in TraceyView
In Visual Studio 17.13 the STL team at Microsoft cleaned up internal includes of other public STL headers (most notably <chrono>) to increase build throughput for STL users, but now you need to include them yourself rather than rely on the indirect inclusion.
This commit is contained in:
parent
367ed69501
commit
50ff279aad
@ -3,6 +3,7 @@
|
||||
|
||||
#include <array>
|
||||
#include <atomic>
|
||||
#include <chrono>
|
||||
#include <functional>
|
||||
#include <memory>
|
||||
#include <string>
|
||||
|
Loading…
x
Reference in New Issue
Block a user