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

Add missing header.

This commit is contained in:
Bartosz Taudul
2020-09-12 13:30:47 +02:00
parent 6f009fa890
commit de8e5eb6e2
+1
View File
@@ -1,6 +1,7 @@
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "../common/TracySocket.hpp"
#include "../server/TracyVersion.hpp"