[HOST-TOOLS] Fix the build from IDE for visual studio 2019 CE
[reactos.git] / sdk / tools / hhpcomp / utils.cpp
index c2c8dae..ea62013 100644 (file)
@@ -23,6 +23,7 @@
 
 #if defined(_WIN32)
     #define WIN32_LEAN_AND_MEAN
+    #include <intrin.h>
     #include <windows.h>  // for GetFullPathNameA 
 #else
     #include <unistd.h>