diff options
| author | 2023-08-09 20:58:47 -0400 | |
|---|---|---|
| committer | 2023-08-09 22:38:37 -0400 | |
| commit | 023b9b38cc9c6d31f1a01c29ac324c535308fa59 (patch) | |
| tree | 3a7708c421d12e1840b772c18ce2f17e1dfbda97 /src/common/settings_common.cpp | |
| parent | Merge pull request #11216 from lat9nq/no-mesa-astc (diff) | |
| download | yuzu-023b9b38cc9c6d31f1a01c29ac324c535308fa59.tar.gz yuzu-023b9b38cc9c6d31f1a01c29ac324c535308fa59.tar.xz yuzu-023b9b38cc9c6d31f1a01c29ac324c535308fa59.zip | |
general: fix apple clang build
Diffstat (limited to 'src/common/settings_common.cpp')
| -rw-r--r-- | src/common/settings_common.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/settings_common.cpp b/src/common/settings_common.cpp index dedf5ef90..137b65d5f 100644 --- a/src/common/settings_common.cpp +++ b/src/common/settings_common.cpp | |||
| @@ -1,7 +1,9 @@ | |||
| 1 | // SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project | 1 | // SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project |
| 2 | // SPDX-License-Identifier: GPL-2.0-or-later | 2 | // SPDX-License-Identifier: GPL-2.0-or-later |
| 3 | 3 | ||
| 4 | #include <functional> | ||
| 4 | #include <string> | 5 | #include <string> |
| 6 | #include <vector> | ||
| 5 | #include "common/settings_common.h" | 7 | #include "common/settings_common.h" |
| 6 | 8 | ||
| 7 | namespace Settings { | 9 | namespace Settings { |