diff options
Diffstat (limited to 'core/crypto/crypto_core.h')
-rw-r--r-- | core/crypto/crypto_core.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/crypto/crypto_core.h b/core/crypto/crypto_core.h index 27b380e838..7a2f4df589 100644 --- a/core/crypto/crypto_core.h +++ b/core/crypto/crypto_core.h @@ -31,7 +31,7 @@ #ifndef CRYPTO_CORE_H #define CRYPTO_CORE_H -#include "core/object/reference.h" +#include "core/object/ref_counted.h" class CryptoCore { public: |