diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2014-02-03 08:04:51 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2014-02-03 08:04:51 +0000 |
commit | 6ef65ddead369a4f61eb11e819890fd9ed04eb8a (patch) | |
tree | 17ca617be687b61e9577f2c83ae08b2c2ffbd720 /protocols/Skype | |
parent | bd9bbd0380dea1181357be8572ac435d89a3309a (diff) |
Compilation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@8021 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype')
-rw-r--r-- | protocols/Skype/src/skype.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Skype/src/skype.h b/protocols/Skype/src/skype.h index 9e8f436a7f..d27c7564ab 100644 --- a/protocols/Skype/src/skype.h +++ b/protocols/Skype/src/skype.h @@ -21,6 +21,7 @@ #include <m_clistint.h>
#include <m_clui.h>
#include <m_core.h>
+#include <m_database.h>
#include <m_ignore.h>
#include <m_langpack.h>
#include <m_message.h>
|