Cleared compile error due to missing include

pull/35/head
Jeffrey Walton 2015-07-23 20:15:51 -04:00
parent 20e652abbb
commit 6541c7ac72
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
#define CRYPTOPP_GF256_H
#include "cryptlib.h"
#include "misc.h"
NAMESPACE_BEGIN(CryptoPP)