summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2020-02-03 15:09:06 +0100
committerLioncash <mathew1800@gmail.com>2020-02-03 15:09:06 +0100
commit4aa9c9632df1f896c5ada61e546482a6fee6dd13 (patch)
treea6fe1d9224dc6264d76066e42e41ed1c7a61a1ea
parentMerge pull request #3370 from ReinUsesLisp/node-shared-ptr (diff)
downloadyuzu-4aa9c9632df1f896c5ada61e546482a6fee6dd13.tar
yuzu-4aa9c9632df1f896c5ada61e546482a6fee6dd13.tar.gz
yuzu-4aa9c9632df1f896c5ada61e546482a6fee6dd13.tar.bz2
yuzu-4aa9c9632df1f896c5ada61e546482a6fee6dd13.tar.lz
yuzu-4aa9c9632df1f896c5ada61e546482a6fee6dd13.tar.xz
yuzu-4aa9c9632df1f896c5ada61e546482a6fee6dd13.tar.zst
yuzu-4aa9c9632df1f896c5ada61e546482a6fee6dd13.zip
-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 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
+#pragma once
+
#include <memory>
#include <unordered_map>
#include "input_common/main.h"