Add missing #includes

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
Anders Kaseorg
2012-02-17 19:24:51 -05:00
parent 5e1364516a
commit af649a035c
9 changed files with 11 additions and 0 deletions
+2
View File
@@ -18,6 +18,8 @@
#include <string.h>
#include <stdio.h>
#include <errno.h>
#include <stdlib.h>
#include "crypto.h"
#include "base64.h"
+1
View File
@@ -22,6 +22,7 @@
#include "ae.h"
#include <string>
#include <string.h>
#include <stdint.h>
using namespace std;