Add missing include for stringstream

This commit is contained in:
Jason Turner 2011-09-10 14:58:19 -06:00
parent f4080c4c75
commit 99aaa079a4

View File

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