Browse Source

add missing <sstream> header to lexical_cast replacement

Alexander C. Gessler 12 years ago
parent
commit
27727f692b
1 changed files with 2 additions and 0 deletions
  1. 2 0
      code/BoostWorkaround/boost/lexical_cast.hpp

+ 2 - 0
code/BoostWorkaround/boost/lexical_cast.hpp

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