Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/se/se.cpp')
-rw-r--r--plugins/se/se.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/plugins/se/se.cpp b/plugins/se/se.cpp
index f048ea3ad..15bcd759f 100644
--- a/plugins/se/se.cpp
+++ b/plugins/se/se.cpp
@@ -3,8 +3,10 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_plugin.h"
-#include "mumble_plugin_utils.h"
+#define MUMBLE_ALLOW_DEPRECATED_LEGACY_PLUGIN_API
+#include "../mumble_legacy_plugin.h"
+
+#include "../mumble_positional_audio_utils.h"
#ifdef OS_LINUX
# include "ProcessLinux.h"