InputCommon/DualShockUDPClient: Add missing header guard

Prevents potential inclusion issues from occurring.
This commit is contained in:
Lioncash 2019-11-22 15:43:33 -05:00
parent bc449fb98f
commit 544d6cbe52
2 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,8 @@
// Licensed under GPLv2+
// Refer to the license.txt file included.
#pragma once
#include "Common/Config/Config.h"
namespace ciface::DualShockUDPClient

View File

@ -2,6 +2,8 @@
// Licensed under GPLv2+
// Refer to the license.txt file included.
#pragma once
#include <optional>
#include <zlib.h>