diff options
author | Juan Linietsky <reduzio@gmail.com> | 2020-10-10 08:24:14 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-10 08:24:14 -0300 |
commit | cf0045011ed8f1b79e3c3012dc2aeb3a49d85363 (patch) | |
tree | 7b924010b4696f108d022323ce70371a44043847 /core/object.h | |
parent | ca2c0b8937d287e608448a9a5ba553a8deaf46d9 (diff) | |
parent | 351a122029fea57f431672965d623f34262d6e11 (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.h | 1 |
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" |