ALL: add missing includes

This commit is contained in:
hasufell 2014-06-05 16:30:52 +02:00
parent f7131410bf
commit cd6e477f31
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
2 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,7 @@
#include "ntru_ascii_poly.h"
#include "ntru_decrypt.h"
#include "ntru_params.h"
#include "ntru_poly.h"
#include "ntru_poly_ascii.h"
#include "ntru_string.h"

View File

@ -30,6 +30,7 @@
#include "ntru_encrypt.h"
#include "ntru_mem.h"
#include "ntru_params.h"
#include "ntru_poly.h"
#include "ntru_poly_ascii.h"
#include "ntru_string.h"