Add missing include.

This commit is contained in:
Bartosz Taudul 2021-06-04 15:01:50 +02:00
parent 859aa3b2b0
commit b281ce9c0e
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

View File

@ -1,6 +1,8 @@
#ifndef __TRACYSTACKFRAMES_HPP__ #ifndef __TRACYSTACKFRAMES_HPP__
#define __TRACYSTACKFRAMES_HPP__ #define __TRACYSTACKFRAMES_HPP__
#include <stddef.h>
namespace tracy namespace tracy
{ {