diff options
author | lloyd <[email protected]> | 2008-10-15 00:43:07 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-10-15 00:43:07 +0000 |
commit | 6844c48be3b974c7e17fe5789b452278d68c284e (patch) | |
tree | 02dc6a65656c510c4fafeaa029b56875d22a54f0 /src/math | |
parent | ec08a1cf52885ee5a488a80d3bf5c2f3b2be22c0 (diff) |
Fix include of mp_asm.h in mp_ia32_msvc/mp_asmi.h (used quotes instead of brackets)
Diffstat (limited to 'src/math')
-rw-r--r-- | src/math/bigint/mp_ia32_msvc/mp_asmi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/bigint/mp_ia32_msvc/mp_asmi.h b/src/math/bigint/mp_ia32_msvc/mp_asmi.h index 5eaa46eb4..4619cac20 100644 --- a/src/math/bigint/mp_ia32_msvc/mp_asmi.h +++ b/src/math/bigint/mp_ia32_msvc/mp_asmi.h @@ -7,7 +7,7 @@ #ifndef BOTAN_MP_ASM_INTERNAL_H__ #define BOTAN_MP_ASM_INTERNAL_H__ -#include "mp_asm.h" +#include <botan/mp_asm.h> namespace Botan { |