Skip to content

Commit

Permalink
Merge pull request #10072 from karroffel/gdnative-header-include-paths
Browse files Browse the repository at this point in the history
[GDNative] fixed a bug with ambiguous include paths
  • Loading branch information
karroffel authored Aug 4, 2017
2 parents 26ff90e + ab3b1e6 commit 211dfa6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/gdnative/godot/dictionary.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down

0 comments on commit 211dfa6

Please sign in to comment.