Skip to content

Commit

Permalink
Fix cppwinrt include ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanlabelle committed Dec 10, 2024
1 parent 534c172 commit 3f5676e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion InteropTests/WinRTComponent/Dll/DestructionCallback.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#include "pch.h"
#include "DestructionCallback.g.h"
#include "DestructionCallback.g.cpp"

namespace winrt::WinRTComponent::implementation
{
Expand All @@ -18,3 +17,5 @@ namespace winrt::WinRTComponent::factory_implementation
{
};
}

#include "DestructionCallback.g.cpp"

0 comments on commit 3f5676e

Please sign in to comment.