ALL: add missing includes

This commit is contained in:
2014-06-05 16:30:52 +02:00
parent f7131410bf
commit cd6e477f31
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"