summaryrefslogtreecommitdiff
path: root/Source/Core/Common/Crypto/bn.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core/Common/Crypto/bn.cpp')
-rw-r--r--Source/Core/Common/Crypto/bn.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/Common/Crypto/bn.cpp b/Source/Core/Common/Crypto/bn.cpp
index 4f7c93e841..425a9aa795 100644
--- a/Source/Core/Common/Crypto/bn.cpp
+++ b/Source/Core/Common/Crypto/bn.cpp
@@ -6,6 +6,7 @@
#include <string.h>
#include "Common/Common.h"
+#include "Common/Crypto/bn.h"
static void bn_zero(u8 *d, u32 n)
{