Add missing includes.

This commit is contained in:
Bartosz Taudul 2022-07-02 17:13:20 +02:00
parent 2331ee04d2
commit c2a9a4e6be
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3
3 changed files with 5 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#include <inttypes.h>
#include <sstream>
#include "../common/TracyStackFrames.hpp"
#include "TracyImGui.hpp"

View File

@ -1,3 +1,5 @@
#include <numeric>
#ifndef TRACY_NO_FILESELECTOR
# include "../nfd/nfd.h"
#endif

View File

@ -1,3 +1,5 @@
#include <numeric>
#include "imgui.h"
#include "../common/TracyStackFrames.hpp"