From 478d819121d970ca773cb52c99f396a9bf73ee62 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. --- win32/ScintillaWin.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'win32') diff --git a/win32/ScintillaWin.cxx b/win32/ScintillaWin.cxx index d5c5f9e89..d25cd51d8 100644 --- a/win32/ScintillaWin.cxx +++ b/win32/ScintillaWin.cxx @@ -52,6 +52,7 @@ #ifdef SCI_LEXER #include "LexerModule.h" #endif +#include "Position.h" #include "SplitVector.h" #include "Partitioning.h" #include "RunStyles.h" -- cgit v1.2.3