Skip to content

Commit

Permalink
fix: Fix WIndows build
Browse files Browse the repository at this point in the history
  • Loading branch information
dr1rrb committed Nov 25, 2024
1 parent eac09dc commit 3715aa6
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
using Uno.Extensions;
using Uno.UI.RuntimeTests.Helpers;

#if WINAPPSDK
using Uno.UI.Toolkit.Extensions;
#endif

namespace Uno.UI.RuntimeTests.Tests.Windows_UI_Xaml_Input
{
[TestClass]
Expand Down

0 comments on commit 3715aa6

Please sign in to comment.