Fixes build errors on Windows introduced in c813a11427 and 1a0f9b086e.

This was SVN commit r15964.
This commit is contained in:
Yves 2014-11-13 22:37:43 +00:00
parent 8a290b3204
commit 4d89820f1c
2 changed files with 3 additions and 0 deletions

View File

@ -659,6 +659,8 @@ function setup_all_libs ()
"spidermonkey",
"boost",
"gloox",
"icu",
"iconv",
"tinygettext"
}
setup_static_lib_project("lobby", source_dirs, extern_libs, {})

View File

@ -18,6 +18,7 @@
#ifndef INCLUDED_SCRIPTRUNTIME
#define INCLUDED_SCRIPTRUNTIME
#include <sstream>
#include <boost/flyweight.hpp>
#include <boost/flyweight/key_value.hpp>
#include <boost/flyweight/no_locking.hpp>