Merge pull request #10356 from RandomShaper/fix-msvc-error

Add comment warning about include order
This commit is contained in:
Rémi Verschelde 2017-08-16 17:11:59 +02:00 committed by GitHub
commit c1a43a09be

View file

@ -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"