Fix build error for building without threads

This commit is contained in:
Jason Turner 2012-06-25 16:44:22 -06:00
parent 45f07f9924
commit bf4f90a4ff

View File

@ -13,6 +13,7 @@
#include "operators.hpp" #include "operators.hpp"
#include "boxed_number.hpp" #include "boxed_number.hpp"
#include <boost/function_types/result_type.hpp> #include <boost/function_types/result_type.hpp>
#include <sstream>
namespace chaiscript namespace chaiscript
{ {