summaryrefslogtreecommitdiff
path: root/gf256.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2015-07-23 20:15:51 -0400
committerJeffrey Walton <noloader@gmail.com>2015-07-23 20:15:51 -0400
commit6541c7ac72a4a500a1119739ac1cd728d69e9ab3 (patch)
treea74f198457a2be6419c7c64a2646b8ae6b2170d9 /gf256.h
parent20e652abbb934fdee6a5ecf79fe1b036691c60a8 (diff)
downloadcryptopp-git-6541c7ac72a4a500a1119739ac1cd728d69e9ab3.tar.gz
Cleared compile error due to missing include
Diffstat (limited to 'gf256.h')
-rw-r--r--gf256.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gf256.h b/gf256.h
index b3ea71ee..e50cf6d9 100644
--- a/gf256.h
+++ b/gf256.h
@@ -2,6 +2,7 @@
#define CRYPTOPP_GF256_H
#include "cryptlib.h"
+#include "misc.h"
NAMESPACE_BEGIN(CryptoPP)