summaryrefslogtreecommitdiff
path: root/src/profile.cpp
diff options
context:
space:
mode:
authorChris Bessent <lost.dragonist@gmail.com>2021-04-29 01:50:23 -0700
committerChris Bessent <lost.dragonist@gmail.com>2021-04-29 01:50:23 -0700
commitdc3dcd9500fb7521b01f6707c443e09e8cc69d1c (patch)
treea7d1b38a0c37dc376c6f89ea12d622a7bd941b39 /src/profile.cpp
parent9638a797d16eb2d9b504a4a337a20b4eee535e4c (diff)
Fix fixDirectoryName includes
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>