1
0
mirror of https://github.com/wolfpld/tracy synced 2025-05-02 21:53:52 +00:00

Use standard includes.

This commit is contained in:
Bartosz Taudul 2019-11-15 20:17:55 +01:00
parent d7d6a0fa9d
commit 31e1558467

View File

@ -1,7 +1,7 @@
#ifndef __TRACYALLOC_HPP__
#define __TRACYALLOC_HPP__
#include <cstdlib>
#include <stdlib.h>
#ifdef TRACY_ENABLE
# include "../client/tracy_rpmalloc.hpp"