mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-24 18:45:18 +00:00
Fix building without precompiled headers.
Broken in several recent diffs. This also fixes (very) old missing standard headers. Differential Revision: https://code.wildfiregames.com/D3110 This was SVN commit r24200.
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
#include "graphics/Entity.h"
|
||||
#include "maths/Vector2D.h"
|
||||
#include "ps/utf16string.h"
|
||||
#include "ps/CLogger.h"
|
||||
#include "ps/CStr.h"
|
||||
|
||||
#define FAIL(msg) STMT(LOGERROR(msg); return false)
|
||||
|
||||
Reference in New Issue
Block a user