From b36983d5f4550bb14afe0e557831b9004dad7409 Mon Sep 17 00:00:00 2001 From: Neil Date: Wed, 17 Mar 2021 10:49:00 +1100 Subject: Extract geometry and colour definitions from Platform.h into src/Geometry.h. --- src/AutoComplete.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/AutoComplete.cxx') diff --git a/src/AutoComplete.cxx b/src/AutoComplete.cxx index 7a8b6b201..9baf0ab67 100644 --- a/src/AutoComplete.cxx +++ b/src/AutoComplete.cxx @@ -18,6 +18,7 @@ #include #include +#include "Geometry.h" #include "Platform.h" #include "Scintilla.h" -- cgit v1.2.3