1
0
mirror of https://github.com/wolfpld/tracy synced 2025-04-29 04:23:51 +00:00

Add missing include.

This commit is contained in:
Bartosz Taudul 2020-05-06 12:50:09 +02:00
parent aa7e5b87c4
commit 468d3d1077

View File

@ -5,6 +5,7 @@
#include <stdint.h>
#include "client/TracyCallstack.h"
#include "common/TracyApi.h"
#ifdef __cplusplus
extern "C" {