diff options
author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2006-11-09 07:42:36 +0000 |
---|---|---|
committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2006-11-09 07:42:36 +0000 |
commit | c0f738e443f7eb2b3a4c822545ec485f3cea1d88 (patch) | |
tree | 5ab9fa0d1242fe9b0fbc7d6af5cdb6a615f219fd /font_service/common.h | |
parent | 53ebb35f1ae99a27b042c68a699cec19029abc69 (diff) |
problems with sorting, colours in wrong order in options
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@37 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'font_service/common.h')
-rw-r--r-- | font_service/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/font_service/common.h b/font_service/common.h index 3696419..07b2b68 100644 --- a/font_service/common.h +++ b/font_service/common.h @@ -42,6 +42,7 @@ #include <m_clc.h>
#include <m_chat.h>
+#include <m_popup.h>
extern HINSTANCE hInstance;
|