From c087ca30bf395632095025b22e593e829c6cec23 Mon Sep 17 00:00:00 2001 From: ThePhD Date: Thu, 31 Mar 2016 16:33:21 -0400 Subject: [PATCH] .-. good thing we have travis CI --- sol/function_result.hpp | 1 + sol/protected_function_result.hpp | 1 + 2 files changed, 2 insertions(+) diff --git a/sol/function_result.hpp b/sol/function_result.hpp index 59b95f18..77673e6e 100644 --- a/sol/function_result.hpp +++ b/sol/function_result.hpp @@ -27,6 +27,7 @@ #include "stack.hpp" #include "stack_proxy.hpp" #include "proxy_base.hpp" +#include namespace sol { struct function_result : public proxy_base { diff --git a/sol/protected_function_result.hpp b/sol/protected_function_result.hpp index 8c7d7052..868a4a1a 100644 --- a/sol/protected_function_result.hpp +++ b/sol/protected_function_result.hpp @@ -27,6 +27,7 @@ #include "stack.hpp" #include "proxy_base.hpp" #include "stack_proxy.hpp" +#include namespace sol { struct protected_function_result : public proxy_base {