1
1
forked from 0ad/0ad

Fix no-pch builds following 5b46ce0778

Component.h is loaded by convention in all CmpComponents and is
requireed to use CmpPtr.

Fixes #5898

Differential Revision: https://code.wildfiregames.com/D3259
This was SVN commit r24454.
This commit is contained in:
wraitii 2020-12-27 07:48:26 +00:00
parent 4c1d6eb236
commit 8a77efd849
2 changed files with 3 additions and 1 deletions

View File

@ -17,6 +17,7 @@
#include "precompiled.h"
#include "simulation2/system/Component.h"
#include "ICmpObstruction.h"
#include "simulation2/MessageTypes.h"

View File

@ -1,4 +1,4 @@
/* Copyright (C) 2017 Wildfire Games.
/* Copyright (C) 2020 Wildfire Games.
* This file is part of 0 A.D.
*
* 0 A.D. is free software: you can redistribute it and/or modify
@ -17,6 +17,7 @@
#include "precompiled.h"
#include "simulation2/system/Component.h"
#include "ICmpTemplateManager.h"
#include "simulation2/MessageTypes.h"