1
0
mirror of https://github.com/wolfpld/tracy synced 2025-04-29 04: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:
Brad Anderson 2025-02-12 11:40:27 -07:00 committed by GitHub
parent 367ed69501
commit 50ff279aad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,6 +3,7 @@
#include <array>
#include <atomic>
#include <chrono>
#include <functional>
#include <memory>
#include <string>