X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/17ba83947d5cdd68319d71df57b357d463370add..eda34276d67de1578a3ed3d727b595b1858a8547:/src/stc/scintilla/include/Scintilla.h?ds=sidebyside 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;