fix(shell/lua): move "#include<iostream>"

This commit is contained in:
Soonho Kong 2013-11-03 13:25:33 -05:00
parent a9d55bf036
commit 88ebdbcfb6

View file

@ -4,10 +4,11 @@ Released under Apache 2.0 license as described in the file LICENSE.
Author: Leonardo de Moura Author: Leonardo de Moura
*/ */
#ifdef LEAN_USE_LUA
#include <lua.hpp>
#include <iostream> #include <iostream>
#include <cstdlib> #include <cstdlib>
#ifdef LEAN_USE_LUA
#include <lua.hpp>
#include "bindings/lua/name.h" #include "bindings/lua/name.h"
int main(int argc, char ** argv) { int main(int argc, char ** argv) {