add missing <sstream> header to lexical_cast replacement

pull/83/head
Alexander C. Gessler 2013-08-27 20:17:30 +00:00
parent f25b84c9a5
commit 27727f692b
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@
#ifndef __AI_BOOST_WORKAROUND_LEXICAL_CAST
#define __AI_BOOST_WORKAROUND_LEXICAL_CAST
#include <sstream>
namespace boost
{