Address MS Visual Studio 2015 update 1 breaking changes

This commit is contained in:
Enno Rehling 2015-12-16 16:55:52 +01:00
parent 9b7d4adda5
commit 24f559b4ad
2 changed files with 2 additions and 1 deletions

View File

@ -8,6 +8,7 @@
#include "log.pkg.c"
#include "process.pkg.c"
#include "settings.pkg.c"
#pragma warning(pop)
void tolua_bind_open(lua_State * L) {
tolua_eressea_open(L);

View File

@ -20,7 +20,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include <kernel/config.h>
#include "save.h"
#include "../buildno.h"
#include <buildno.h>
#include "alchemy.h"
#include "alliance.h"