diff options
| author | Chris Bessent <lost.dragonist@gmail.com> | 2021-04-29 01:50:23 -0700 |
|---|---|---|
| committer | Chris Bessent <lost.dragonist@gmail.com> | 2021-04-29 01:50:23 -0700 |
| commit | dc3dcd9500fb7521b01f6707c443e09e8cc69d1c (patch) | |
| tree | a7d1b38a0c37dc376c6f89ea12d622a7bd941b39 /src/profile.cpp | |
| parent | 9638a797d16eb2d9b504a4a337a20b4eee535e4c (diff) | |
Fix fixDirectoryName includes
Diffstat (limited to 'src/profile.cpp')
| -rw-r--r-- | src/profile.cpp | 2 |
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> |
