Skip to content

Commit

Permalink
fix compile error on MSVC
Browse files Browse the repository at this point in the history
  • Loading branch information
opcm committed Dec 13, 2023
1 parent 0e9c814 commit 7eacd0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@

#ifdef _MSC_VER
#include <windows.h>
#include <intrin.h>
#endif

#endif // #ifndef KERNEL
Expand Down

0 comments on commit 7eacd0c

Please sign in to comment.