diff options
author | George Hazan <george.hazan@gmail.com> | 2012-11-07 15:11:39 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-11-07 15:11:39 +0000 |
commit | 78e6babcd3be8a6e2121268a68bcd0c2ce9bc59d (patch) | |
tree | 5a04bbfe89c136b155b3c4d01c5b4366c75dae7c /protocols/MSN | |
parent | c625ddaf81f7481bffcd528ed3012fdc3a6bc8e1 (diff) |
missing headers
git-svn-id: http://svn.miranda-ng.org/main/trunk@2233 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/MSN')
-rw-r--r-- | protocols/MSN/src/msn_global.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/MSN/src/msn_global.h b/protocols/MSN/src/msn_global.h index 0e348901f7..5b4bf32aef 100644 --- a/protocols/MSN/src/msn_global.h +++ b/protocols/MSN/src/msn_global.h @@ -64,6 +64,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include <m_chat.h>
#include <m_avatars.h>
#include <m_timezones.h>
+#include <m_extraicons.h>
#include "m_proto_listeningto.h"
#include "m_folders.h"
|