diff options
author | aunsane <aunsane@gmail.com> | 2017-09-29 00:23:53 +0300 |
---|---|---|
committer | aunsane <aunsane@gmail.com> | 2017-09-29 00:39:19 +0300 |
commit | 5709b0dfa9523055ec423e48d411f098ba6882eb (patch) | |
tree | f53ed90f801c143e5588543726b61987a8ca9fcb /plugins/CmdLine/src/stdafx.h | |
parent | 8d706b4ef942e01814f0a9db519aa32505b9abed (diff) |
CmdLine: MirLua support
version bump
Diffstat (limited to 'plugins/CmdLine/src/stdafx.h')
-rw-r--r-- | plugins/CmdLine/src/stdafx.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/CmdLine/src/stdafx.h b/plugins/CmdLine/src/stdafx.h index 527f179566..0cdff59745 100644 --- a/plugins/CmdLine/src/stdafx.h +++ b/plugins/CmdLine/src/stdafx.h @@ -42,6 +42,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "m_crashdumper.h"
#include "m_statusplugins.h"
+#include "m_lua.h"
+
#include "version.h"
#include "utils.h"
#include "resource.h"
|