Переглянути джерело

Comment include order to avoid errors

So as to not revive #10071, as suggested by @akien-mga.
Pedro J. Estébanez 8 роки тому
батько
коміт
2a26c5ce62
1 змінених файлів з 1 додано та 1 видалено
  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"