summaryrefslogtreecommitdiff
path: root/plugins/MirLua/src/stdafx.h
diff options
context:
space:
mode:
authoraunsane <aunsane@gmail.com>2017-09-28 20:16:27 +0300
committeraunsane <aunsane@gmail.com>2017-09-29 00:38:40 +0300
commitaf9c3d7de7e35632d046575b5e4809a04abec816 (patch)
treed25ed109332d38540d6b044bd4471e4fc2d1b0c5 /plugins/MirLua/src/stdafx.h
parentb640e652b54030de26a22f57494fa71561dd4e99 (diff)
MirLua: added CMLuaEnviroment to execute lua code from extetnal source in sandbox
Diffstat (limited to 'plugins/MirLua/src/stdafx.h')
-rw-r--r--plugins/MirLua/src/stdafx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/MirLua/src/stdafx.h b/plugins/MirLua/src/stdafx.h
index 84924a7012..d9fb9febc4 100644
--- a/plugins/MirLua/src/stdafx.h
+++ b/plugins/MirLua/src/stdafx.h
@@ -33,6 +33,7 @@
class CMLuaScript;
#include "mlua.h"
+#include "mlua_enviroment.h"
#include "mlua_script.h"
#include "mlua_module_loader.h"
#include "mlua_script_loader.h"