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

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

Add comment warning about include order
Rémi Verschelde 8 жил өмнө
parent
commit
c1a43a09be

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