Merge pull request #10356 from RandomShaper/fix-msvc-error
Add comment warning about include order
This commit is contained in:
commit
c1a43a09be
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…
Add table
Add a link
Reference in a new issue