From 8b9c9c1375d6a65b8dca0562b00079e15fd90bb4 Mon Sep 17 00:00:00 2001 From: Neil Date: Mon, 27 Jul 2015 13:10:03 +1000 Subject: Add Position.h as a place-holder and to allow #include "Position.h" in source. --- 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 c55c909bb..3f3570283 100644 --- a/src/AutoComplete.cxx +++ b/src/AutoComplete.cxx @@ -19,6 +19,7 @@ #include "Scintilla.h" #include "CharacterSet.h" +#include "Position.h" #include "AutoComplete.h" #ifdef SCI_NAMESPACE -- cgit v1.2.3