diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2022-04-19 15:24:09 +0200 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2022-04-19 15:24:09 +0200 |
| commit | 712fbb4affab1a900a9c8a68660354a61541f5b9 (patch) | |
| tree | c6245f941bea7b43b3f91ba899af322bf8b0ca77 /src/spawn.cpp | |
| parent | ab76e5212f058549dd995c47fb36176d9632c4bf (diff) | |
Update following cmake_common changes.
# Conflicts:
# CMakeLists.txt
# src/CMakeLists.txt
# src/organizer_en.ts
Diffstat (limited to 'src/spawn.cpp')
| -rw-r--r-- | src/spawn.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/spawn.cpp b/src/spawn.cpp index cc8f47bb..5b14c52c 100644 --- a/src/spawn.cpp +++ b/src/spawn.cpp @@ -39,6 +39,7 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>. #include <QtDebug>
#include <Shellapi.h>
#include <fmt/format.h>
+#include <fmt/xchar.h>
using namespace MOBase;
using namespace MOShared;
|
