diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-10-21 08:18:19 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-10-21 08:18:19 +0000 |
commit | 68d9f580b716d6ba9103663f3fc1637f41e162fc (patch) | |
tree | cf302b78a2ea2a8554cd5bfcadb20711f4b91460 /protocols/Skype/src/skype.h | |
parent | 0b80d7b748a7ded8b0301f4006ba0612c65a6877 (diff) |
fixed notification showing
git-svn-id: http://svn.miranda-ng.org/main/trunk@2010 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/src/skype.h')
-rw-r--r-- | protocols/Skype/src/skype.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/Skype/src/skype.h b/protocols/Skype/src/skype.h index 564c85dc80..b72661ca26 100644 --- a/protocols/Skype/src/skype.h +++ b/protocols/Skype/src/skype.h @@ -42,6 +42,8 @@ //#pragma warning(pop)
#include <win2k.h>
+#include <m_popup2.h>
+
#include "resource.h"
#include "version.h"
|