add missing #include

This commit is contained in:
weidai 2006-06-09 06:27:44 +00:00
parent 7965f459e4
commit e5f8b8851a
2 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,7 @@
#include "algebra.h"
#include "gf2_32.h"
#include "polynomi.h"
#include <functional>
#include "polynomi.cpp"

View File

@ -2,6 +2,7 @@
#include "pch.h"
#include "pssr.h"
#include <functional>
NAMESPACE_BEGIN(CryptoPP)