1
0
forked from 0ad/0ad

Fixes non-PCH build

This was SVN commit r13953.
This commit is contained in:
historic_bruno 2013-10-06 05:15:54 +00:00
parent 754e794f9b
commit 50782c1c1c

View File

@ -1,4 +1,4 @@
/* Copyright (C) 2010 Wildfire Games.
/* Copyright (C) 2013 Wildfire Games.
* This file is part of 0 A.D.
*
* 0 A.D. is free software: you can redistribute it and/or modify
@ -24,6 +24,7 @@
#include "ps/CLogger.h"
#include <libxml/relaxng.h>
#include <map>
TIMER_ADD_CLIENT(xml_validation);