summaryrefslogtreecommitdiff
path: root/src/input_common
diff options
context:
space:
mode:
authorGravatar Lioncash2020-02-03 09:09:06 -0500
committerGravatar Lioncash2020-02-03 09:09:06 -0500
commit4aa9c9632df1f896c5ada61e546482a6fee6dd13 (patch)
treea6fe1d9224dc6264d76066e42e41ed1c7a61a1ea /src/input_common
parentMerge pull request #3370 from ReinUsesLisp/node-shared-ptr (diff)
downloadyuzu-4aa9c9632df1f896c5ada61e546482a6fee6dd13.tar.gz
yuzu-4aa9c9632df1f896c5ada61e546482a6fee6dd13.tar.xz
yuzu-4aa9c9632df1f896c5ada61e546482a6fee6dd13.zip
input_common/udp: Add missing header guard
Diffstat (limited to 'src/input_common')
-rw-r--r--src/input_common/udp/udp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/input_common/udp/udp.h b/src/input_common/udp/udp.h
index ea3de60bb..0e56e431b 100644
--- a/src/input_common/udp/udp.h
+++ b/src/input_common/udp/udp.h
@@ -2,6 +2,8 @@
2// Licensed under GPLv2 or any later version 2// Licensed under GPLv2 or any later version
3// Refer to the license.txt file included. 3// Refer to the license.txt file included.
4 4
5#pragma once
6
5#include <memory> 7#include <memory>
6#include <unordered_map> 8#include <unordered_map>
7#include "input_common/main.h" 9#include "input_common/main.h"