Преглед изворни кода

Merge pull request #10072 from karroffel/gdnative-header-include-paths

[GDNative] fixed a bug with ambiguous include paths
Thomas Herzog пре 8 година
родитељ
комит
211dfa6602
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      modules/gdnative/godot/dictionary.cpp

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

@@ -29,9 +29,10 @@
 /*************************************************************************/
 #include <godot/dictionary.h>
 
+#include "core/variant.h"
+
 #include "core/dictionary.h"
 #include "core/io/json.h"
-#include "core/variant.h"
 
 #ifdef __cplusplus
 extern "C" {