Skip to content

Commit

Permalink
Added in an import for PROFILE builds
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Evans <martindevans@gmail.com>
  • Loading branch information
martindevans committed Apr 2, 2015
1 parent 8d0fbde commit 09ae4a2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Myre/Myre.Graphics/Geometry/ModelInstance.cs
Expand Up @@ -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))]
Expand Down

0 comments on commit 09ae4a2

Please sign in to comment.