Fix includes

This commit is contained in:
Christoph "baka0815" Schwerdtfeger 2018-09-22 17:34:14 +02:00
parent b1be3af1a1
commit f78dc64bfa
1 changed files with 3 additions and 3 deletions

View File

@ -52,9 +52,9 @@
#include "deps/lzma/LzmaEnc.h"
#include "deps/lzma/LzmaDec.h"
#endif // CHD5_LZMA
#include "crypto/md5.h"
#include "crypto/sha1.h"
#include "zlib.h"
#include "deps/crypto/md5.h"
#include "deps/crypto/sha1.h"
#include "deps/zlib/zlib.h"
#define TRUE 1
#define FALSE 0