diff options
author | George Hazan <ghazan@miranda.im> | 2017-02-21 21:22:45 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-02-21 21:30:33 +0300 |
commit | 6694c3eebbc11d776a51039c74b75e5f2539c0d8 (patch) | |
tree | 4486cc2b0e46d74691a83f46a74eaa227e7b34a3 /include/m_gui.h | |
parent | 2cf889e14cb73a24f0ab1a5cb5e2a5d09a98c895 (diff) |
CSrmmBaseDialog - basic class for SRMM windows & chats
Diffstat (limited to 'include/m_gui.h')
-rw-r--r-- | include/m_gui.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/m_gui.h b/include/m_gui.h index b784ad95f1..d55ffaa3f9 100644 --- a/include/m_gui.h +++ b/include/m_gui.h @@ -29,6 +29,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #ifndef __M_GUI_H
#define __M_GUI_H
+#include <CommCtrl.h>
+
#include <m_protoint.h>
#include <m_clc.h>
|