mirror of
https://github.com/reactos/reactos.git
synced 2025-05-19 00:54:18 +00:00
[UCRT] Include intrin.h for __debugbreak()
This commit is contained in:
parent
e98e9000c7
commit
589bbcaa08
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
|||
|
||||
#include <corecrt.h>
|
||||
#include <vcruntime_new_debug.h>
|
||||
#include <intrin.h> // for __debugbreak() on GCC
|
||||
|
||||
#pragma warning(push)
|
||||
#pragma warning(disable: _UCRT_DISABLED_WARNINGS)
|
||||
|
|
Loading…
Reference in a new issue