diff --git a/stepmania/src/CryptManager.cpp b/stepmania/src/CryptManager.cpp index 9f2a67337d..23602dc893 100644 --- a/stepmania/src/CryptManager.cpp +++ b/stepmania/src/CryptManager.cpp @@ -5,12 +5,12 @@ #include "RageLog.h" // crypt headers -#include "sha.h" -#include "hex.h" -#include "channels.h" -#include "rsa.h" -#include "md5.h" -#include "osrng.h" +#include "crypto51/sha.h" +#include "crypto51/hex.h" +#include "crypto51/channels.h" +#include "crypto51/rsa.h" +#include "crypto51/md5.h" +#include "crypto51/osrng.h" #include using namespace CryptoPP;