diff options
author | George Hazan <george.hazan@gmail.com> | 2015-04-14 16:30:23 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-04-14 16:30:23 +0000 |
commit | 236c95160975b48583e4527601de6beea9e84891 (patch) | |
tree | fa3b97e6209d028fe4df5f8aa9e6908a3925c1e1 /plugins/Popup/src/headers.h | |
parent | 320e707ce83310093e240fb4779258a201d37b82 (diff) |
another major memory leak in popus fixed
git-svn-id: http://svn.miranda-ng.org/main/trunk@12818 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Popup/src/headers.h')
-rw-r--r-- | plugins/Popup/src/headers.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Popup/src/headers.h b/plugins/Popup/src/headers.h index 1aa9f6f8be..267d6cbaa5 100644 --- a/plugins/Popup/src/headers.h +++ b/plugins/Popup/src/headers.h @@ -84,6 +84,7 @@ http://miranda-ng.org/distr/ #include <m_avatars.h>
#include <m_extraicons.h>
#include <m_popup.h>
+#include <m_string.h>
#include <m_metacontacts.h>
#include <m_folders.h>
|