diff options
Diffstat (limited to 'core/crypto/hashing_context.h')
-rw-r--r-- | core/crypto/hashing_context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/crypto/hashing_context.h b/core/crypto/hashing_context.h index f9454fa891..40d075afa9 100644 --- a/core/crypto/hashing_context.h +++ b/core/crypto/hashing_context.h @@ -31,7 +31,7 @@ #ifndef HASHING_CONTEXT_H #define HASHING_CONTEXT_H -#include "core/reference.h" +#include "core/object/reference.h" class HashingContext : public Reference { GDCLASS(HashingContext, Reference); |