diff options
| author | Rémi Verschelde | 2017-01-14 22:07:28 +0100 |
|---|---|---|
| committer | Rémi Verschelde | 2017-01-14 22:07:28 +0100 |
| commit | 8d3aedeefd1688b81b120f2fdead6ad8c5823ee2 (patch) | |
| tree | 0e2cc5d0312d937e4589b2c0c882120a392dc6b4 | |
| parent | 4261880c9402c1419cb211e10e974b662e37e03c (diff) | |
| download | godot-8d3aedeefd1688b81b120f2fdead6ad8c5823ee2.tar.gz godot-8d3aedeefd1688b81b120f2fdead6ad8c5823ee2.tar.zst godot-8d3aedeefd1688b81b120f2fdead6ad8c5823ee2.zip | |
| -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 f323f3bc2..3465edff6 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" |
