diff options
author | George Hazan <george.hazan@gmail.com> | 2016-06-05 16:16:43 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2016-06-05 16:16:43 +0000 |
commit | 436ca11782b18564f7a64e39bd891f13ce10e6d3 (patch) | |
tree | acd6f5f01d50dc13463d908833ef981f75ff55a1 | |
parent | eec361608fde60d63fe4511e26e3b95c7f72be13 (diff) |
compilation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@16918 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | plugins/SMS/src/stdafx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/SMS/src/stdafx.h b/plugins/SMS/src/stdafx.h index 245a2f20e2..d5eb55a324 100644 --- a/plugins/SMS/src/stdafx.h +++ b/plugins/SMS/src/stdafx.h @@ -14,6 +14,7 @@ #include <m_clist.h>
#include <m_langpack.h>
#include <m_history.h>
+#include <m_icolib.h>
#include <m_skin.h>
#include <m_protosvc.h>
#include <m_icq.h>
|