Added missing include. Caused compile failure on Android or iOS

pull/2/head
Jeffrey Walton 2015-06-08 07:36:57 -04:00
parent 08b0e9105f
commit 3e2b437172
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@
#include "seal.h"
#include "rc6.h"
#include "mars.h"
#include "aes.h"
#include "rijndael.h"
#include "twofish.h"
#include "serpent.h"