2
0
Эх сурвалжийг харах

Comment include order to avoid errors

So as to not revive #10071, as suggested by @akien-mga.
Pedro J. Estébanez 8 жил өмнө
parent
commit
2a26c5ce62

+ 1 - 1
modules/gdnative/godot/dictionary.cpp

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