From 372e9891c5df6fe1448e29956982cf737dbb245e Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 24 Apr 2009 23:27:06 +0000 Subject: [PATCH] include instead of which is not provided by all compilers [backport of r60261 from trunk] git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_9_0_BRANCH@60324 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/stc/scintilla/include/Scintilla.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stc/scintilla/include/Scintilla.h b/src/stc/scintilla/include/Scintilla.h index 29b8c32391..36aed76b8e 100644 --- a/src/stc/scintilla/include/Scintilla.h +++ b/src/stc/scintilla/include/Scintilla.h @@ -26,7 +26,7 @@ int Scintilla_LinkLexers(); // hold a pointer and sptr_t, a signed integer large enough to hold a pointer. // May need to be changed for 64 bit platforms. #ifdef _WIN32 -#include +#include #endif #ifdef MAXULONG_PTR typedef ULONG_PTR uptr_t;