mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 12:04:56 +00:00
InfinityBaseWindow: Add missing header guard
Prevents potential inclusion issues.
This commit is contained in:
parent
78f5c5f8d2
commit
d35be7ce40
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
// Copyright 2023 Dolphin Emulator Project
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <array>
|
||||
#include <string>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue