Merge pull request #87 from bmario/ChaiScript_5_0_CPP_11

Fixes build issue for Boxed_Value
This commit is contained in:
Jason Turner 2013-11-26 16:12:57 -08:00
commit 26722d648d

View File

@ -7,6 +7,9 @@
#ifndef CHAISCRIPT_DYNAMIC_CAST_CONVERSION_HPP_ #ifndef CHAISCRIPT_DYNAMIC_CAST_CONVERSION_HPP_
#define CHAISCRIPT_DYNAMIC_CAST_CONVERSION_HPP_ #define CHAISCRIPT_DYNAMIC_CAST_CONVERSION_HPP_
#include <memory>
#include <set>
#include "type_info.hpp" #include "type_info.hpp"
#include "boxed_value.hpp" #include "boxed_value.hpp"
#include "boxed_cast_helper.hpp" #include "boxed_cast_helper.hpp"