aboutsummaryrefslogtreecommitdiffstats
path: root/src/math/bigint
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/bigint')
-rw-r--r--src/math/bigint/mp_amd64_msvc/info.txt1
-rw-r--r--src/math/bigint/mp_amd64_msvc/mp_asm.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/math/bigint/mp_amd64_msvc/info.txt b/src/math/bigint/mp_amd64_msvc/info.txt
index b6f322b83..56ae05927 100644
--- a/src/math/bigint/mp_amd64_msvc/info.txt
+++ b/src/math/bigint/mp_amd64_msvc/info.txt
@@ -4,6 +4,7 @@ mp_bits 64
<header:internal>
mp_asm.h
+mp_generic:mp_asmi.h
</header:internal>
<arch>
diff --git a/src/math/bigint/mp_amd64_msvc/mp_asm.h b/src/math/bigint/mp_amd64_msvc/mp_asm.h
index 09ca303df..3acbe11bb 100644
--- a/src/math/bigint/mp_amd64_msvc/mp_asm.h
+++ b/src/math/bigint/mp_amd64_msvc/mp_asm.h
@@ -9,6 +9,7 @@
#define BOTAN_MP_ASM_H__
#include <botan/mp_types.h>
+#include <intrin.h>
#if (BOTAN_MP_WORD_BITS != 64)
#error The mp_amd64_msvc module requires that BOTAN_MP_WORD_BITS == 64