diff options
-rw-r--r-- | modules/mp_amd64/mp_asmi.h | 2 | ||||
-rw-r--r-- | modules/mp_ia32/mp_asmi.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/mp_amd64/mp_asmi.h b/modules/mp_amd64/mp_asmi.h index 947aaa0a1..2681f04cd 100644 --- a/modules/mp_amd64/mp_asmi.h +++ b/modules/mp_amd64/mp_asmi.h @@ -7,7 +7,7 @@ #ifndef BOTAN_MP_ASM_INTERNAL_H__ #define BOTAN_MP_ASM_INTERNAL_H__ -#include <botan/mp_types.h> +#include <botan/mp_asm.h> namespace Botan { diff --git a/modules/mp_ia32/mp_asmi.h b/modules/mp_ia32/mp_asmi.h index 7532321b8..9de0c11e3 100644 --- a/modules/mp_ia32/mp_asmi.h +++ b/modules/mp_ia32/mp_asmi.h @@ -7,7 +7,7 @@ #ifndef BOTAN_MP_ASM_INTERNAL_H__ #define BOTAN_MP_ASM_INTERNAL_H__ -#include <botan/mp_types.h> +#include <botan/mp_asm.h> namespace Botan { |