Przeglądaj źródła

add missing <sstream> header to lexical_cast replacement

Alexander C. Gessler 12 lat temu
rodzic
commit
27727f692b
1 zmienionych plików z 2 dodań i 0 usunięć
  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
 {