1
0
mirror of https://github.com/wolfpld/tracy synced 2025-04-29 12:23:53 +00:00

TracySystem.cpp should be always compiled in.

This commit is contained in:
Bartosz Taudul 2019-10-03 22:34:06 +02:00
parent f2bb933f49
commit eba64b30a3

View File

@ -15,5 +15,5 @@
# ifndef TRACY_IMPORTS
# define TRACY_IMPORTS 1
# endif
# include "common/TracySystem.cpp"
#endif
#include "common/TracySystem.cpp"