WC24Send: Add missing header guard
Prevents double inclusions from occurring in the same TU.
This commit is contained in:
parent
76d605639b
commit
644f7f6e55
|
@ -1,6 +1,8 @@
|
||||||
// Copyright 2023 Dolphin Emulator Project
|
// Copyright 2023 Dolphin Emulator Project
|
||||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
|
|
||||||
|
#pragma once
|
||||||
|
|
||||||
#include <string_view>
|
#include <string_view>
|
||||||
|
|
||||||
#include "Common/CommonPaths.h"
|
#include "Common/CommonPaths.h"
|
||||||
|
|
Loading…
Reference in New Issue