Comment include order to avoid errors

So as to not revive #10071, as suggested by @akien-mga.
This commit is contained in:
Pedro J. Estébanez 2017-08-15 22:12:57 +02:00
parent a4f9c95169
commit 2a26c5ce62

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"