1
1
forked from 0ad/0ad

Fix non-PCH build.

This was SVN commit r15618.
This commit is contained in:
leper 2014-08-06 13:23:02 +00:00
parent e865dc797d
commit 5ae040ea54

View File

@ -1,4 +1,4 @@
/* Copyright (C) 2013 Wildfire Games.
/* Copyright (C) 2014 Wildfire Games.
* This file is part of 0 A.D.
*
* 0 A.D. is free software: you can redistribute it and/or modify
@ -34,6 +34,7 @@
#include "maths/MathUtil.h"
#include "maths/Vector2D.h"
#include "ps/CLogger.h"
#include "ps/Game.h"
#include "ps/World.h"