diff --git a/bee/crash/unwind_win.cpp b/bee/crash/unwind_win.cpp index a20ad5c0..a3d769c3 100644 --- a/bee/crash/unwind_win.cpp +++ b/bee/crash/unwind_win.cpp @@ -1,3 +1,7 @@ +#if defined(_M_IX86) +# include +#endif + #include namespace bee::crash {