Comment include order to avoid errors
So as to not revive #10071, as suggested by @akien-mga.
This commit is contained in:
parent
a4f9c95169
commit
2a26c5ce62
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
|||
#include <godot/dictionary.h>
|
||||
|
||||
#include "core/variant.h"
|
||||
|
||||
// core/variant.h before to avoid compile errors with MSVC
|
||||
#include "core/dictionary.h"
|
||||
#include "core/io/json.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue