1
0
forked from 0ad/0ad

windows build fix: more boost headers were required, and string.hpp doesn't include join.hpp

This was SVN commit r7668.
This commit is contained in:
janwas 2010-07-03 09:35:43 +00:00
parent 5bc3c4b751
commit 272c2865b0

View File

@ -26,6 +26,7 @@
#include <sstream>
#include <boost/algorithm/string.hpp>
#include <boost/algorithm/string/join.hpp> // this isn't in string.hpp
static CParamNode g_NullNode(false);