From 103173fc9b4fcb4c0fded2a93d5cbb8f0bea896e Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Tue, 6 Dec 2011 15:21:56 +0200 Subject: Add InvRef and InvStack (currently untested and unusable) --- src/craftdef.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/craftdef.cpp') diff --git a/src/craftdef.cpp b/src/craftdef.cpp index e701a4279..0cbb74ea0 100644 --- a/src/craftdef.cpp +++ b/src/craftdef.cpp @@ -25,6 +25,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "utility.h" #include "gamedef.h" #include "inventory.h" +#include "inventorymanager.h" // checkItemCombination CraftPointerInput::~CraftPointerInput() { -- cgit v1.2.3