mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-22 22:44:34 +00:00
Fix includes.
This commit is contained in:
parent
671a8f673e
commit
5c47467c88
@ -1,6 +1,12 @@
|
||||
#include <assert.h>
|
||||
#include <memory>
|
||||
|
||||
#ifdef _WIN32
|
||||
# include <stdio.h>
|
||||
#else
|
||||
# include <unistd.h>
|
||||
#endif
|
||||
|
||||
#include "TracyStorage.hpp"
|
||||
#include "TracyUserData.hpp"
|
||||
#include "TracyViewData.hpp"
|
||||
|
Loading…
Reference in New Issue
Block a user