Skip to content

Commit d40c015

Browse files
authored
Fix include path
1 parent 4bb3df5 commit d40c015

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

WinUI3Example/WindowedContentDialogPage.xaml.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#endif
66
#include "App.xaml.h"
77

8-
#include <include/ScopedButtonDisabler.hpp>
8+
#include <ScopedButtonDisabler.hpp>
99

1010
// To learn more about WinUI, the WinUI project structure,
1111
// and more about our project templates, see: http://aka.ms/winui-project-info.

0 commit comments

Comments
 (0)