summaryrefslogtreecommitdiff
path: root/core/ref_ptr.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/ref_ptr.h')
-rw-r--r--core/ref_ptr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/ref_ptr.h b/core/ref_ptr.h
index a074718d22..3f15c680b8 100644
--- a/core/ref_ptr.h
+++ b/core/ref_ptr.h
@@ -36,7 +36,7 @@
* It's basically an opaque container of a Reference reference, so Variant can use it.
*/
-#include "rid.h"
+#include "core/rid.h"
class RefPtr {