X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fcommon%2FInventory.h;h=5e21721d5d1a0804bd5186ef1d2952d2668a80d7;hb=092a2dd175a4001a495c84ee85211734fb928c83;hp=bb8f59964913d2f33e1c07e40e905a083e9e577d;hpb=cc3d698b8c1ad09d7a3f9e3f28bc84e0ac1735ea;p=l2e.git diff --git a/src/common/Inventory.h b/src/common/Inventory.h index bb8f599..5e21721 100644 --- a/src/common/Inventory.h +++ b/src/common/Inventory.h @@ -1,7 +1,9 @@ #ifndef COMMON_INVENTORY_H_ #define COMMON_INVENTORY_H_ -#include "fwd.h" +namespace common { + class Item; +} #include