add missing #include

pull/2/head
weidai 2003-07-19 03:57:53 +00:00
parent 5307588c57
commit ae4d479537
1 changed files with 1 additions and 0 deletions

1
misc.h
View File

@ -2,6 +2,7 @@
#define CRYPTOPP_MISC_H
#include "cryptlib.h"
#include "smartptr.h"
#ifdef INTEL_INTRINSICS
#include <stdlib.h>