mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-25 06:44:59 +00:00
Merge pull request #4444 from lioncash/pragma
NetPlayLauncher: Add missing #pragma once
This commit is contained in:
commit
458a8d94e3
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
|||
// Licensed under GPLv2+
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
#include "Common/CommonTypes.h"
|
||||
#include "Common/IniFile.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue