diff options
Diffstat (limited to 'src/inventory.cpp')
-rw-r--r-- | src/inventory.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/inventory.cpp b/src/inventory.cpp index e410a36ed..9c3e16666 100644 --- a/src/inventory.cpp +++ b/src/inventory.cpp @@ -34,6 +34,8 @@ #include <algorithm> #include <string> +#include "debug.h" + struct SlotUsed : public std::unary_function<Item*, bool> { bool operator()(const Item *item) const |