summaryrefslogtreecommitdiff
path: root/core/object.h
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2020-10-10 08:24:14 -0300
committerGitHub <noreply@github.com>2020-10-10 08:24:14 -0300
commitcf0045011ed8f1b79e3c3012dc2aeb3a49d85363 (patch)
tree7b924010b4696f108d022323ce70371a44043847 /core/object.h
parentca2c0b8937d287e608448a9a5ba553a8deaf46d9 (diff)
parent351a122029fea57f431672965d623f34262d6e11 (diff)
Merge pull request #42683 from reduz/implement-call-bind-unbind
Add ability to bind an unbind arguments to Callable.
Diffstat (limited to 'core/object.h')
-rw-r--r--core/object.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/object.h b/core/object.h
index 12ef600dfc..f600e597ec 100644
--- a/core/object.h
+++ b/core/object.h
@@ -31,6 +31,7 @@
#ifndef OBJECT_H
#define OBJECT_H
+#include "core/callable_bind.h"
#include "core/hash_map.h"
#include "core/list.h"
#include "core/map.h"