From 09ae4a2f9ea0f299945cc50c9c7b4c8209ce8268 Mon Sep 17 00:00:00 2001 From: Martin Evans Date: Thu, 2 Apr 2015 17:19:18 +0100 Subject: [PATCH] Added in an import for PROFILE builds Signed-off-by: Martin Evans --- Myre/Myre.Graphics/Geometry/ModelInstance.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Myre/Myre.Graphics/Geometry/ModelInstance.cs b/Myre/Myre.Graphics/Geometry/ModelInstance.cs index 513c44b6..8da5cb1a 100644 --- a/Myre/Myre.Graphics/Geometry/ModelInstance.cs +++ b/Myre/Myre.Graphics/Geometry/ModelInstance.cs @@ -9,6 +9,10 @@ using System.Collections.Generic; using System.Linq; +#if PROFILE +using Myre.Debugging.Statistics; +#endif + namespace Myre.Graphics.Geometry { [DefaultManager(typeof(Manager))]