diff options
Diffstat (limited to 'src/craftdef.cpp')
-rw-r--r-- | src/craftdef.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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() { |