Fix compiler error from using sol::sol_error in get_nil

This commit is contained in:
Rapptz 2014-01-22 12:51:09 -05:00
parent 2782fed879
commit 02f8248d0f

View File

@ -22,6 +22,7 @@
#ifndef SOL_STACK_HPP
#define SOL_STACK_HPP
#include "error.hpp"
#include "reference.hpp"
#include "tuple.hpp"
#include "traits.hpp"