From ee04e9de4bd7c4858de7716868cd6a1aad93b824 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 23 Mar 2017 19:50:37 +0300 Subject: StdMsg: windows procs virtualization --- include/m_chat_int.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'include/m_chat_int.h') diff --git a/include/m_chat_int.h b/include/m_chat_int.h index d2d1e3ef72..2f2f25d039 100644 --- a/include/m_chat_int.h +++ b/include/m_chat_int.h @@ -26,6 +26,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #pragma warning(disable:4512) +#include + #include #include #include @@ -408,7 +410,8 @@ protected: CCtrlEdit *m_pLog, *m_pEntry; SESSION_INFO *m_si; COLORREF m_clrInputBG, m_clrInputFG; - + time_t m_iLastEnterTime; + CCtrlListBox m_nickList; CCtrlButton m_btnColor, m_btnBkColor; CCtrlButton m_btnBold, m_btnItalic, m_btnUnderline; -- cgit v1.2.3