From 5e13a762ecbdfe6a643977b74c790d479a0636e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Sun, 15 Jan 2017 12:51:47 +0100 Subject: [PATCH] Add missing map.h include in color defs --- core/color_names.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/color_names.inc b/core/color_names.inc index 7b674bb2896..b05684acc6e 100644 --- a/core/color_names.inc +++ b/core/color_names.inc @@ -1,4 +1,6 @@ // Names from https://en.wikipedia.org/wiki/List_of_colors (through https://raw.githubusercontent.com/SuperUserNameMan/color_to_name/616a7cddafefda91478b7bc26167de97fb5badb1/godot_version.gd), slightly edited and normalized +#include "map.h" + static Map _named_colors; static void _populate_named_colors() { if(!_named_colors.empty()) return;