diff options
author | Rachel Powers <508861+Ryex@users.noreply.github.com> | 2023-06-27 13:01:28 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-27 13:01:28 -0700 |
commit | 00be211169134022813562cd09c69f831d0e400e (patch) | |
tree | cb5b1c90708a4ff7404b40b154b392309fd6c838 | |
parent | 23b3711f96bd93171eebc401f983ccf0fb862772 (diff) | |
download | PrismLauncher-00be211169134022813562cd09c69f831d0e400e.tar.gz PrismLauncher-00be211169134022813562cd09c69f831d0e400e.tar.bz2 PrismLauncher-00be211169134022813562cd09c69f831d0e400e.zip |
Update launcher/FileSystem.cpp
Co-authored-by: TheKodeToad <TheKodeToad@proton.me>
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
-rw-r--r-- | launcher/FileSystem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/FileSystem.cpp b/launcher/FileSystem.cpp index 0554cab8..8a417831 100644 --- a/launcher/FileSystem.cpp +++ b/launcher/FileSystem.cpp @@ -36,7 +36,7 @@ */ #include "FileSystem.h" -#include <qpair.h> +#include <QPair> #include "BuildConfig.h" |