diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-12-09 20:42:50 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-12-09 20:42:50 +0000 |
commit | f3aa4bd3f0283c8a0421fb82b6bdc17ea73f7454 (patch) | |
tree | 695a99189b3fd3b073b77aa89e794b5081eeda19 /plugins | |
parent | 2e0ff4d2ab47b15ee212c3c496253f628d7bc024 (diff) |
- RecentContacts: compilation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@2707 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/RecentContacts/src/RecentContacts.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/RecentContacts/src/RecentContacts.h b/plugins/RecentContacts/src/RecentContacts.h index 6b5731fa7d..db27b2d9d5 100644 --- a/plugins/RecentContacts/src/RecentContacts.h +++ b/plugins/RecentContacts/src/RecentContacts.h @@ -9,6 +9,7 @@ #include <commctrl.h>
#include <string>
#include <map>
+#include <xfunctional>
#include "resource.h"
#include <time.h>
|