Merge pull request #12322 from lioncash/guards

WC24Send: Add missing header guard
This commit is contained in:
Tilka 2023-11-25 23:01:07 +00:00 committed by GitHub
commit 88cd618b4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
// Copyright 2023 Dolphin Emulator Project
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
#include <string_view>
#include "Common/CommonPaths.h"