summaryrefslogtreecommitdiff
path: root/modules/gdnative/godot/dictionary.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gdnative/godot/dictionary.cpp')
-rw-r--r--modules/gdnative/godot/dictionary.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/gdnative/godot/dictionary.cpp b/modules/gdnative/godot/dictionary.cpp
index 1c0761edfd..b92c8125bb 100644
--- a/modules/gdnative/godot/dictionary.cpp
+++ b/modules/gdnative/godot/dictionary.cpp
@@ -27,7 +27,8 @@
/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/*************************************************************************/
-#include "dictionary.h"
+#include <godot/dictionary.h>
+
#include "core/variant.h"
#include "core/dictionary.h"