[CRT] crtdbg.h: Add missing inttrin.h include for __debugbreak()

This commit is contained in:
Timo Kreuzer 2024-11-04 13:43:26 +02:00
parent 8a63d7e898
commit a6a07059c1

View file

@ -4,6 +4,7 @@
* No warranty is given; refer to the file DISCLAIMER within this package.
*/
#include <corecrt.h>
#include <intrin.h>
#ifndef _INC_CRTDBG
#define _INC_CRTDBG