diff options
-rw-r--r-- | core/method_bind.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/method_bind.cpp b/core/method_bind.cpp index f323f3bc24..3465edff63 100644 --- a/core/method_bind.cpp +++ b/core/method_bind.cpp @@ -26,7 +26,10 @@ /* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ +// 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 "method_bind.h" |