Bläddra i källkod

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

Add comment warning about include order
Rémi Verschelde 8 år sedan
förälder
incheckning
c1a43a09be
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      modules/gdnative/godot/dictionary.cpp

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