Browse Source

shared_translation: Fix pragma once

nce_cpp
lat9nq 3 years ago
parent
commit
a8d8670b73
  1. 2
      src/yuzu/configuration/shared_translation.h

2
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>

Loading…
Cancel
Save