diff options
| author | 2023-06-05 18:15:37 -0400 | |
|---|---|---|
| committer | 2023-07-21 10:56:07 -0400 | |
| commit | cd1d8adc491e6b613aae13d77643a062851e58b0 (patch) | |
| tree | 64550cc426f1b59ffee2d42a5c44af86db7f9bb6 /src | |
| parent | shared_translation: Add translation for AstcRecompression (diff) | |
| download | yuzu-cd1d8adc491e6b613aae13d77643a062851e58b0.tar.gz yuzu-cd1d8adc491e6b613aae13d77643a062851e58b0.tar.xz yuzu-cd1d8adc491e6b613aae13d77643a062851e58b0.zip | |
shared_translation: Fix pragma once
Diffstat (limited to 'src')
| -rw-r--r-- | src/yuzu/configuration/shared_translation.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/yuzu/configuration/shared_translation.h b/src/yuzu/configuration/shared_translation.h index abe9c89b1..52ef4f2dd 100644 --- a/src/yuzu/configuration/shared_translation.h +++ b/src/yuzu/configuration/shared_translation.h | |||
| @@ -1,6 +1,8 @@ | |||
| 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 | #pragma once | ||
| 5 | |||
| 4 | #include <map> | 6 | #include <map> |
| 5 | #include <memory> | 7 | #include <memory> |
| 6 | #include <string> | 8 | #include <string> |