aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/math/mp/mp_madd.h
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2018-03-01 17:04:16 -0500
committerJack Lloyd <[email protected]>2018-03-01 17:04:16 -0500
commita5a9ca8d296d0b31de4c03b7dff2b401e6a6ec45 (patch)
tree32c47aed1908c47843d69719c7f0a11735e09790 /src/lib/math/mp/mp_madd.h
parent2bea955063e1df520531339a9f7e39531f68a2ca (diff)
Move declaration of word to types.h
Diffstat (limited to 'src/lib/math/mp/mp_madd.h')
-rw-r--r--src/lib/math/mp/mp_madd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/math/mp/mp_madd.h b/src/lib/math/mp/mp_madd.h
index 68b9ed644..4807fcd04 100644
--- a/src/lib/math/mp/mp_madd.h
+++ b/src/lib/math/mp/mp_madd.h
@@ -9,7 +9,7 @@
#ifndef BOTAN_MP_WORD_MULADD_H_
#define BOTAN_MP_WORD_MULADD_H_
-#include <botan/mp_types.h>
+#include <botan/types.h>
#include <botan/mul128.h>
namespace Botan {