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:
authorDavide Beatrici <davidebeatrici@gmail.com>2019-07-31 02:41:58 +0300
committerDavide Beatrici <davidebeatrici@gmail.com>2019-08-09 00:51:13 +0300
commit9875c59b7af7e71184cd44049ad58d3d89a83e23 (patch)
tree077d8059b9108935da883f99293c4a65f09232fe /plugins/gmod
parente8afc3872a09472e444b41c92a98f307b27b4efc (diff)
plugins: use new header
Diffstat (limited to 'plugins/gmod')
-rw-r--r--plugins/gmod/gmod.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gmod/gmod.cpp b/plugins/gmod/gmod.cpp
index 48ef21f5c..1ea589299 100644
--- a/plugins/gmod/gmod.cpp
+++ b/plugins/gmod/gmod.cpp
@@ -3,7 +3,7 @@
// 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_win32.h"
+#include "../mumble_plugin_main.h"
using namespace std;