style(lua): add missing include
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
32d3990fc7
commit
92b2591a6f
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ Author: Leonardo de Moura
|
|||
#ifdef LEAN_USE_LUA
|
||||
#include <lua.hpp>
|
||||
#include <exception>
|
||||
#include <string>
|
||||
#include "util/exception.h"
|
||||
|
||||
namespace lean {
|
||||
|
|
Loading…
Reference in a new issue