summaryrefslogtreecommitdiff
path: root/plugins/XSoundNotify/src/Common.h
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2013-04-02 14:06:54 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2013-04-02 14:06:54 +0000
commit6270be1be1979c0ad41ea506200431bcfc79360c (patch)
tree4c456bd93cb848681fd135a983739042fc6e5594 /plugins/XSoundNotify/src/Common.h
parentff5a775b94465b30897964630af600fe5915fc51 (diff)
- XSoundNotify: boost removal pt 1 (patch from Mataes)
git-svn-id: http://svn.miranda-ng.org/main/trunk@4286 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/XSoundNotify/src/Common.h')
-rw-r--r--plugins/XSoundNotify/src/Common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/XSoundNotify/src/Common.h b/plugins/XSoundNotify/src/Common.h
index 7fd7dca140..491410d233 100644
--- a/plugins/XSoundNotify/src/Common.h
+++ b/plugins/XSoundNotify/src/Common.h
@@ -1,5 +1,6 @@
#include <windows.h>
+#include <string>
#include <unordered_map>
#include <atlbase.h>
@@ -8,6 +9,7 @@
#include <atldlgs.h>
#include <newpluginapi.h>
+#include <m_system_cpp.h>
#include <m_database.h>
#include <m_protocols.h>
#include <m_langpack.h>
@@ -15,7 +17,6 @@
#include <m_skin.h>
#include <boost/function.hpp>
-#include <boost/lexical_cast.hpp>
#include "resource.h"
#include "Version.h"