diff options
Diffstat (limited to 'plugins/MirLua/Modules/m_toptoolbar/src/stdafx.h')
-rw-r--r-- | plugins/MirLua/Modules/m_toptoolbar/src/stdafx.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/MirLua/Modules/m_toptoolbar/src/stdafx.h b/plugins/MirLua/Modules/m_toptoolbar/src/stdafx.h index 741eb49bd9..d69907bf2c 100644 --- a/plugins/MirLua/Modules/m_toptoolbar/src/stdafx.h +++ b/plugins/MirLua/Modules/m_toptoolbar/src/stdafx.h @@ -3,7 +3,8 @@ #include <windows.h>
-#include <m_lua.h>
+#include <lua.hpp>
+
#include <m_core.h>
#include <m_utils.h>
#include <m_toptoolbar.h>
|