Add missing include for intptr_t.

This commit is contained in:
Bartosz Taudul 2021-08-22 13:38:28 +02:00
parent 673dfd0f02
commit dfb4020a92
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
#include <inttypes.h>
#include "../profiler/src/imgui_impl_opengl3_loader.h"
#include "TracyTexture.hpp"