.-. good thing we have travis CI

This commit is contained in:
ThePhD 2016-03-31 16:33:21 -04:00
parent 8862c65f0a
commit c087ca30bf
2 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,7 @@
#include "stack.hpp"
#include "stack_proxy.hpp"
#include "proxy_base.hpp"
#include <limits>
namespace sol {
struct function_result : public proxy_base<function_result> {

View File

@ -27,6 +27,7 @@
#include "stack.hpp"
#include "proxy_base.hpp"
#include "stack_proxy.hpp"
#include <limits>
namespace sol {
struct protected_function_result : public proxy_base<protected_function_result> {