summaryrefslogtreecommitdiff
path: root/src/profile.cpp
diff options
context:
space:
mode:
authorChris Bessent <lost.dragonist@gmail.com>2021-05-01 14:38:17 -0700
committerGitHub <noreply@github.com>2021-05-01 14:38:17 -0700
commitf098491306f8aea2660bfde5f20dbba97c326301 (patch)
treee4f4fa4ea304198579a5f549aaeb7878bf781676 /src/profile.cpp
parentbcaceb96373cdd0a8ef420850e5c5719e3c6c809 (diff)
parentdc3dcd9500fb7521b01f6707c443e09e8cc69d1c (diff)
Merge pull request #1503 from LostDragonist/filename
Sanitize download file names
Diffstat (limited to 'src/profile.cpp')
-rw-r--r--src/profile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/profile.cpp b/src/profile.cpp
index f43ac3a1..42a2ad16 100644
--- a/src/profile.cpp
+++ b/src/profile.cpp
@@ -21,7 +21,7 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>.
#include "modinfo.h"
#include "settings.h"
-#include <utility.h>
+#include "filesystemutilities.h"
#include "shared/appconfig.h"
#include <iplugingame.h>
#include <report.h>