fix includes
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
#include "CryptHelpers.h"
|
#include "CryptHelpers.h"
|
||||||
|
|
||||||
// crypt headers
|
// crypt headers
|
||||||
#include "files.h"
|
#include "crypto51/files.h"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -4,9 +4,9 @@
|
|||||||
#include "RageFile.h"
|
#include "RageFile.h"
|
||||||
|
|
||||||
// crypt headers
|
// crypt headers
|
||||||
#include "files.h"
|
#include "crypto51/files.h"
|
||||||
#include "filters.h"
|
#include "crypto51/filters.h"
|
||||||
#include "cryptlib.h"
|
#include "crypto51/cryptlib.h"
|
||||||
|
|
||||||
using namespace CryptoPP;
|
using namespace CryptoPP;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user