diff options
author | George Hazan <george.hazan@gmail.com> | 2023-09-15 14:51:06 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-09-15 14:51:06 +0300 |
commit | a232c39b9e45a77e14326511112b70d3dc405105 (patch) | |
tree | d201599aff35ee3c9e8882424fed17951b7aab64 /plugins | |
parent | 67382bca8cdfb020a56dbab3087233c3f1034426 (diff) |
compilation fix
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/ListeningTo/src/stdafx.h | 1 |
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>
|