diff options
Diffstat (limited to 'core/method_bind.cpp')
-rw-r--r-- | core/method_bind.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/method_bind.cpp b/core/method_bind.cpp index 52ee9e0848..fa5b88b5ac 100644 --- a/core/method_bind.cpp +++ b/core/method_bind.cpp @@ -30,7 +30,7 @@ // object.h needs to be the first include *before* method_bind.h // FIXME: Find out why and fix potential cyclical dependencies. -#include "object.h" +#include "core/object.h" #include "method_bind.h" |