diff --git a/include/Memory.h b/include/Memory.h index 243d1e476..5425b6c87 100644 --- a/include/Memory.h +++ b/include/Memory.h @@ -75,6 +75,7 @@ public: typedef std::vector > vector; private: + MemoryManager::MmCounter m_counter; MemoryManager::ThreadGuard m_threadGuard; };