X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Ftool.cpp;h=f3b3e656f8766d546e7d90a1d0abf758baa5bb57;hb=4e1f50035e860a00636ca5d804c267119df99601;hp=4d809e2c44ffc75e3e1e374a439004b19a2d8462;hpb=6228d634fb31d1ce925d1fdc2dac022629a007ef;p=dragonfireclient.git diff --git a/src/tool.cpp b/src/tool.cpp index 4d809e2c4..f3b3e656f 100644 --- a/src/tool.cpp +++ b/src/tool.cpp @@ -18,9 +18,10 @@ with this program; if not, write to the Free Software Foundation, Inc., */ #include "tool.h" -#include "itemdef.h" // For itemgroup_get() +#include "itemgroup.h" #include "log.h" #include "inventory.h" +#include "exceptions.h" #include "util/serialize.h" #include "util/numeric.h"