ソースを参照

shared_translation: Fix pragma once

lat9nq 3 年 前
コミット
cd1d8adc49
1 ファイル変更2 行追加0 行削除
  1. 2 0
      src/yuzu/configuration/shared_translation.h

+ 2 - 0
src/yuzu/configuration/shared_translation.h

@@ -1,6 +1,8 @@
 // SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project
 // SPDX-License-Identifier: GPL-2.0-or-later
 
+#pragma once
+
 #include <map>
 #include <memory>
 #include <string>