diff options
author | George Hazan <ghazan@miranda.im> | 2018-05-07 20:14:17 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-05-07 20:14:17 +0300 |
commit | c33a7f7a36a0e497561ec34c4a96ebbb437125dd (patch) | |
tree | 989d9b619089614847aa3e9c89fc7e5c403585e7 | |
parent | 1732a6b13f52b573cc4af91c2d9120c596e6bf78 (diff) |
compilation fix
-rw-r--r-- | plugins/RecentContacts/src/stdafx.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/RecentContacts/src/stdafx.h b/plugins/RecentContacts/src/stdafx.h index 1f5c7a3f8c..6ec475cd3b 100644 --- a/plugins/RecentContacts/src/stdafx.h +++ b/plugins/RecentContacts/src/stdafx.h @@ -6,7 +6,6 @@ #include <commctrl.h>
#include <string>
#include <map>
-#include <xfunctional>
#include <time.h>
#include <newpluginapi.h>
|