summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2023-09-15 14:51:06 +0300
committerGeorge Hazan <george.hazan@gmail.com>2023-09-15 14:51:06 +0300
commita232c39b9e45a77e14326511112b70d3dc405105 (patch)
treed201599aff35ee3c9e8882424fed17951b7aab64 /plugins
parent67382bca8cdfb020a56dbab3087233c3f1034426 (diff)
compilation fix
Diffstat (limited to 'plugins')
-rw-r--r--plugins/ListeningTo/src/stdafx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/ListeningTo/src/stdafx.h b/plugins/ListeningTo/src/stdafx.h
index 60dc3294ef..9a28d13a09 100644
--- a/plugins/ListeningTo/src/stdafx.h
+++ b/plugins/ListeningTo/src/stdafx.h
@@ -28,6 +28,7 @@ Boston, MA 02111-1307, USA.
#include <time.h>
#include <vector>
#include <algorithm>
+#include <functional>
#include <newpluginapi.h>
#include <m_protosvc.h>