1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Add missing includes.

This commit is contained in:
Bartosz Taudul
2022-04-26 21:23:22 +02:00
parent 1a94929780
commit 066c266df9
10 changed files with 24 additions and 0 deletions
+1
View File
@@ -1,6 +1,7 @@
#ifndef __TRACYQUEUE_HPP__
#define __TRACYQUEUE_HPP__
#include <stddef.h>
#include <stdint.h>
namespace tracy
+1
View File
@@ -2,6 +2,7 @@
#define __TRACYSOCKET_HPP__
#include <atomic>
#include <stddef.h>
#include <stdint.h>
#include "TracyForceInline.hpp"