Преглед изворни кода

add missing <sstream> header to lexical_cast replacement

Alexander C. Gessler пре 12 година
родитељ
комит
27727f692b
1 измењених фајлова са 2 додато и 0 уклоњено
  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
 {