diff options
Diffstat (limited to 'src/craftdef.cpp')
-rw-r--r-- | src/craftdef.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/craftdef.cpp b/src/craftdef.cpp index 37fa63a00..ddb334fe2 100644 --- a/src/craftdef.cpp +++ b/src/craftdef.cpp @@ -23,9 +23,9 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "log.h" #include <sstream> #include <set> -#include "utility.h" #include "gamedef.h" #include "inventory.h" +#include "util/serialize.h" // Check if input matches recipe // Takes recipe groups into account |