Skip to content

Commit f19d2f8

Browse files
committed
Build fix
1 parent 997d042 commit f19d2f8

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

src/Myra/Utility/UIUtils.cs

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
1-
using Microsoft.Xna.Framework;
2-
using Myra.Graphics2D.UI;
1+
using Myra.Graphics2D.UI;
32
using System;
43
using System.Collections.Generic;
54

5+
#if MONOGAME || FNA
6+
using Microsoft.Xna.Framework;
7+
#elif STRIDE
8+
using Stride.Core.Mathematics;
9+
#else
10+
using System.Drawing;
11+
#endif
12+
613
namespace Myra.Utility
714
{
815
internal static class UIUtils

0 commit comments

Comments
 (0)