WC24Send: Add missing header guard

Prevents double inclusions from occurring in the same TU.
This commit is contained in:
Lioncash 2023-11-25 17:48:18 -05:00
parent 76d605639b
commit 644f7f6e55
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"