X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/255c07b4df512ff4f844f4d604787b5ea8999530..60ebcb8a491cf5132a326490cd148dcba384f729:/include/wx/textwrapper.h diff --git a/include/wx/textwrapper.h b/include/wx/textwrapper.h index cb2c0972f8..c06b3227e0 100644 --- a/include/wx/textwrapper.h +++ b/include/wx/textwrapper.h @@ -11,13 +11,15 @@ #ifndef _WX_TEXTWRAPPER_H_ #define _WX_TEXTWRAPPER_H_ +#include "wx/window.h" + // ---------------------------------------------------------------------------- // wxTextWrapper // ---------------------------------------------------------------------------- // this class is used to wrap the text on word boundary: wrapping is done by // calling OnStartLine() and OnOutputLine() functions -class wxTextWrapper +class WXDLLIMPEXP_CORE wxTextWrapper { public: wxTextWrapper() { m_eol = false; }