Skip to content

Commit 7f0d415

Browse files
committed
fix #53: add intrin include
1 parent 48759c9 commit 7f0d415

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

atcoder/internal_math.hpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33

44
#include <utility>
55

6+
#ifdef _MSC_VER
7+
#include <intrin.h>
8+
#endif
9+
610
namespace atcoder {
711

812
namespace internal {

0 commit comments

Comments
 (0)