diff options
| author | Tannin <devnull@localhost> | 2015-06-08 18:29:49 +0200 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2015-06-08 18:29:49 +0200 |
| commit | 83a4db2362497dbf6965b8bd505f4820b6608ee3 (patch) | |
| tree | b5a809be6ace6a34d7d47b3e271de8ea0c24557b /src/modinfo.cpp | |
| parent | c797af8b7638093f866f7106c22ae46eb2adde0c (diff) | |
| parent | b0b2f1d3a993b948516afc0694e19d8d16240d18 (diff) | |
Merge
Diffstat (limited to 'src/modinfo.cpp')
| -rw-r--r-- | src/modinfo.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/modinfo.cpp b/src/modinfo.cpp index 33d54c77..6c457163 100644 --- a/src/modinfo.cpp +++ b/src/modinfo.cpp @@ -18,6 +18,7 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>. */ #include "modinfo.h" + #include "utility.h" #include "installationtester.h" #include "categories.h" @@ -26,6 +27,7 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>. #include "overwriteinfodialog.h" #include "json.h" #include "messagedialog.h" +#include "filenamestring.h" #include <gameinfo.h> #include <iplugingame.h> |
