https://git.reactos.org/?p=reactos.git;a=commitdiff;h=a6a07059c120ae77f05620fd6546ade708dbb83e

commit a6a07059c120ae77f05620fd6546ade708dbb83e
Author:     Timo Kreuzer <[email protected]>
AuthorDate: Mon Nov 4 13:43:26 2024 +0200
Commit:     Timo Kreuzer <[email protected]>
CommitDate: Sun Jan 19 09:02:58 2025 +0200

    [CRT] crtdbg.h: Add missing inttrin.h include for __debugbreak()
---
 sdk/include/crt/crtdbg.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sdk/include/crt/crtdbg.h b/sdk/include/crt/crtdbg.h
index 6b90bc018d5..284cb38114a 100644
--- a/sdk/include/crt/crtdbg.h
+++ b/sdk/include/crt/crtdbg.h
@@ -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

Reply via email to