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