Merge pull request #10356 from RandomShaper/fix-msvc-error
Add comment warning about include order
This commit is contained in:
commit
c1a43a09be
|
@ -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 New Issue