Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartosz Taudul <wolf@nereid.pl>2022-07-02 18:00:08 +0300
committerBartosz Taudul <wolf@nereid.pl>2022-07-02 18:00:08 +0300
commit2331ee04d2f5ca6882acbd8e2b8296803afd6df2 (patch)
treeaee51a5071d2bfb3e6d5210549700529ff3a2946 /server/TracyView_Plots.cpp
parent96dc8c8d1c7b9458897b1c2c5f94d970fb133556 (diff)
Cleanup TracyView includes.
Diffstat (limited to 'server/TracyView_Plots.cpp')
-rw-r--r--server/TracyView_Plots.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/TracyView_Plots.cpp b/server/TracyView_Plots.cpp
index b21006fc..01d96932 100644
--- a/server/TracyView_Plots.cpp
+++ b/server/TracyView_Plots.cpp
@@ -1,5 +1,6 @@
#include <inttypes.h>
+#include "TracyImGui.hpp"
#include "TracyMouse.hpp"
#include "TracyPrint.hpp"
#include "TracyView.hpp"