fix(shell/lua): move "#include<iostream>"
This commit is contained in:
parent
a9d55bf036
commit
88ebdbcfb6
1 changed files with 3 additions and 2 deletions
|
@ -4,10 +4,11 @@ Released under Apache 2.0 license as described in the file LICENSE.
|
|||
|
||||
Author: Leonardo de Moura
|
||||
*/
|
||||
#ifdef LEAN_USE_LUA
|
||||
#include <lua.hpp>
|
||||
#include <iostream>
|
||||
#include <cstdlib>
|
||||
|
||||
#ifdef LEAN_USE_LUA
|
||||
#include <lua.hpp>
|
||||
#include "bindings/lua/name.h"
|
||||
|
||||
int main(int argc, char ** argv) {
|
||||
|
|
Loading…
Reference in a new issue