#ifndef __TRACYMEMORY_HPP__ #define __TRACYMEMORY_HPP__ #include #include namespace tracy { extern std::atomic memUsage; } #endif