diff options
Diffstat (limited to '')
-rw-r--r-- | src/Plugins/Food/Common/Trash.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Plugins/Food/Common/Trash.h b/src/Plugins/Food/Common/Trash.h index 59b7fdd..e2bcfcd 100644 --- a/src/Plugins/Food/Common/Trash.h +++ b/src/Plugins/Food/Common/Trash.h @@ -1,5 +1,5 @@ #pragma once -#include "common.h" +#include "../../../common.h" void TakeOutTrash(T2TowerDoc *inDoc, T2Tenant *inTenant, unsigned int inTime); T2Tenant *SelectTrashFacility(T2TowerDoc *inDoc, T2Tenant *inTenant, T2People *inPeople); |