From 4185923d0415c4ba948dadefa705d34dde2344b5 Mon Sep 17 00:00:00 2001 From: Xawotihs Date: Fri, 25 Sep 2015 21:46:37 +0200 Subject: [PATCH] Replaced C++ types by C ones --- projects/mtg/include/ObjectAnalytics.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/mtg/include/ObjectAnalytics.h b/projects/mtg/include/ObjectAnalytics.h index 892c865d5..92cd8cbd9 100644 --- a/projects/mtg/include/ObjectAnalytics.h +++ b/projects/mtg/include/ObjectAnalytics.h @@ -1,7 +1,7 @@ #ifndef OBJECTANALYTICS_H #define OBJECTANALYTICS_H -#include +#include #ifdef _DEBUG #define TRACK_OBJECT_USAGE