summaryrefslogtreecommitdiff
path: root/src/script/scripting_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/script/scripting_client.h')
-rw-r--r--src/script/scripting_client.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/script/scripting_client.h b/src/script/scripting_client.h
index 721bb2b05..cfecfa165 100644
--- a/src/script/scripting_client.h
+++ b/src/script/scripting_client.h
@@ -22,6 +22,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "cpp_api/s_base.h"
#include "cpp_api/s_client.h"
+#include "cpp_api/s_modchannels.h"
#include "cpp_api/s_security.h"
class Client;
@@ -30,7 +31,8 @@ class Camera;
class ClientScripting:
virtual public ScriptApiBase,
public ScriptApiSecurity,
- public ScriptApiClient
+ public ScriptApiClient,
+ public ScriptApiModChannels
{
public:
ClientScripting(Client *client);