diff options
Diffstat (limited to 'plugins/XSoundNotify/src/Common.h')
-rw-r--r-- | plugins/XSoundNotify/src/Common.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/XSoundNotify/src/Common.h b/plugins/XSoundNotify/src/Common.h index 491410d233..be4d16e2a8 100644 --- a/plugins/XSoundNotify/src/Common.h +++ b/plugins/XSoundNotify/src/Common.h @@ -2,6 +2,7 @@ #include <string>
#include <unordered_map>
+#include <memory>
#include <atlbase.h>
#include <atlapp.h>
@@ -16,8 +17,6 @@ #include <m_clist.h>
#include <m_skin.h>
-#include <boost/function.hpp>
-
#include "resource.h"
#include "Version.h"
#include "xsn_types.h"
|