Skip to content

Commit a6a0705

Browse files
committed
[CRT] crtdbg.h: Add missing inttrin.h include for __debugbreak()
1 parent 8a63d7e commit a6a0705

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sdk/include/crt/crtdbg.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* No warranty is given; refer to the file DISCLAIMER within this package.
55
*/
66
#include <corecrt.h>
7+
#include <intrin.h>
78

89
#ifndef _INC_CRTDBG
910
#define _INC_CRTDBG

0 commit comments

Comments
 (0)