summaryrefslogtreecommitdiff
path: root/src/tool.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tool.cpp')
-rw-r--r--src/tool.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tool.cpp b/src/tool.cpp
index 3fb50420e..c1e268ff1 100644
--- a/src/tool.cpp
+++ b/src/tool.cpp
@@ -18,10 +18,11 @@ with this program; if not, write to the Free Software Foundation, Inc.,
*/
#include "tool.h"
-#include "utility.h"
#include "itemdef.h" // For itemgroup_get()
#include "log.h"
#include "inventory.h"
+#include "util/serialize.h"
+#include "util/numeric.h"
void ToolCapabilities::serialize(std::ostream &os) const
{