[compiler-rt][asan] Include intrin.h for MinGW GCC (#222709)

asan_globals_win.cpp calls __debugbreak in the runtime thunk
configurations. Include MinGW's intrinsic header so the function is
declared when this file is compiled with GCC.

Co-authored-by: Hannes Domani <ssbssa@yahoo.de>
GitOrigin-RevId: 8c520baeb4ed4f1c8d07f84ce5d5f5922a754bed
1 file changed