Should fix g++ compilation issue

This commit is contained in:
Xawotihs
2015-09-25 21:01:09 +02:00
parent 5ae9d42480
commit a19ccb6b49

View File

@@ -1,6 +1,8 @@
#ifndef OBJECTANALYTICS_H
#define OBJECTANALYTICS_H
#include <cstdint>
#ifdef _DEBUG
#define TRACK_OBJECT_USAGE
#endif