diff options
Diffstat (limited to 'src/cryptopp/smartptr.h')
-rw-r--r-- | src/cryptopp/smartptr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cryptopp/smartptr.h b/src/cryptopp/smartptr.h index fa0daec3df..6b4040e999 100644 --- a/src/cryptopp/smartptr.h +++ b/src/cryptopp/smartptr.h @@ -1,7 +1,7 @@ #ifndef CRYPTOPP_SMARTPTR_H #define CRYPTOPP_SMARTPTR_H -#include "cryptopp/config.h" +#include "config.h" #include <algorithm> NAMESPACE_BEGIN(CryptoPP) |