1
0
forked from 0ad/0ad

Adds precompiled.h include because Visual Studio checks for that even though the file only contains comments.

Thanks to boeseRaupe for reporting.

Refs #2348

This was SVN commit r14512.
This commit is contained in:
Yves 2014-01-05 13:58:38 +00:00
parent b20955436b
commit 7193e29961
2 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@
*/
// JS debugger temporarily disabled during the SpiderMonkey upgrade (check trac ticket #2348 for details)
#include "precompiled.h" // needs to be here for Windows builds
/*
#include "precompiled.h"
#include "DebuggingServer.h"
#include "ThreadDebugger.h"

View File

@ -16,8 +16,8 @@
*/
// JS debugger temporarily disabled during the SpiderMonkey upgrade (check trac ticket #2348 for details)
#include "precompiled.h" // needs to be here for Windows builds
/*
#include "precompiled.h"
#include "ThreadDebugger.h"
#include "lib/utf8.h"