mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
Fix header inclusion order
This commit is contained in:
parent
efef730ee8
commit
3fe08ec2c1
|
@ -36,14 +36,14 @@
|
|||
#endif // SOL_DEFAULT_PASS_ON_ERROR
|
||||
*/
|
||||
|
||||
#include <iostream>
|
||||
#include <cstdlib>
|
||||
|
||||
#ifdef TEST_SINGLE
|
||||
#include <sol_forward.hpp>
|
||||
#endif // Single
|
||||
#include <sol.hpp>
|
||||
|
||||
#include <iostream>
|
||||
#include <cstdlib>
|
||||
|
||||
struct test_stack_guard {
|
||||
lua_State* L;
|
||||
int& begintop;
|
||||
|
|
Loading…
Reference in New Issue
Block a user