Skip to content

Commit 589bbca

Browse files
committed
[UCRT] Include intrin.h for __debugbreak()
1 parent e98e900 commit 589bbca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sdk/include/ucrt/crtdbg.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
#include <corecrt.h>
1313
#include <vcruntime_new_debug.h>
14+
#include <intrin.h> // for __debugbreak() on GCC
1415

1516
#pragma warning(push)
1617
#pragma warning(disable: _UCRT_DISABLED_WARNINGS)

0 commit comments

Comments
 (0)