Skip to content

Commit a6b26ce

Browse files
committed
fix: add CppMacros.h include for nullptr support in dialog.cpp
1 parent 025d03f commit a6b26ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Core/Tools/Launcher/dialog.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
//
2020
// Create the dialog used during the patching process.
2121
//
22+
#include <Utility/CppMacros.h>
2223
#include"winblows.h"
2324
#include"resource.h"
2425
#include"loadbmp.h"

0 commit comments

Comments
 (0)