From a19ccb6b498210de7f15724cbfc6db0fd14e5d24 Mon Sep 17 00:00:00 2001 From: Xawotihs Date: Fri, 25 Sep 2015 21:01:09 +0200 Subject: [PATCH] Should fix g++ compilation issue --- projects/mtg/include/ObjectAnalytics.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/projects/mtg/include/ObjectAnalytics.h b/projects/mtg/include/ObjectAnalytics.h index db610a54c..892c865d5 100644 --- a/projects/mtg/include/ObjectAnalytics.h +++ b/projects/mtg/include/ObjectAnalytics.h @@ -1,6 +1,8 @@ #ifndef OBJECTANALYTICS_H #define OBJECTANALYTICS_H +#include + #ifdef _DEBUG #define TRACK_OBJECT_USAGE #endif