diff options
Diffstat (limited to 'src/convert_json.cpp')
-rw-r--r-- | src/convert_json.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/convert_json.cpp b/src/convert_json.cpp index bfd7f39c4..c774aa002 100644 --- a/src/convert_json.cpp +++ b/src/convert_json.cpp @@ -22,7 +22,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include <sstream> #include "convert_json.h" -#include "mods.h" +#include "content/mods.h" #include "config.h" #include "log.h" #include "settings.h" |