mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-25 23:44:35 +00:00
Add missing includes.
This commit is contained in:
parent
2331ee04d2
commit
c2a9a4e6be
@ -1,4 +1,5 @@
|
||||
#include <inttypes.h>
|
||||
#include <sstream>
|
||||
|
||||
#include "../common/TracyStackFrames.hpp"
|
||||
#include "TracyImGui.hpp"
|
||||
|
@ -1,3 +1,5 @@
|
||||
#include <numeric>
|
||||
|
||||
#ifndef TRACY_NO_FILESELECTOR
|
||||
# include "../nfd/nfd.h"
|
||||
#endif
|
||||
|
@ -1,3 +1,5 @@
|
||||
#include <numeric>
|
||||
|
||||
#include "imgui.h"
|
||||
|
||||
#include "../common/TracyStackFrames.hpp"
|
||||
|
Loading…
Reference in New Issue
Block a user