diff options
Diffstat (limited to 'Tests/VSXaml/MainPage.xaml.cpp')
-rw-r--r-- | Tests/VSXaml/MainPage.xaml.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/VSXaml/MainPage.xaml.cpp b/Tests/VSXaml/MainPage.xaml.cpp index 51da237..f372772 100644 --- a/Tests/VSXaml/MainPage.xaml.cpp +++ b/Tests/VSXaml/MainPage.xaml.cpp @@ -3,10 +3,10 @@ // Implementation of the MainPage class. // -#include "pch.h" - #include "MainPage.xaml.h" +#include "pch.h" + using namespace VSXaml; using namespace Platform; |