diff options
author | Lioncash <mathew1800@gmail.com> | 2020-02-03 15:09:06 +0100 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2020-02-03 15:09:06 +0100 |
commit | 4aa9c9632df1f896c5ada61e546482a6fee6dd13 (patch) | |
tree | a6fe1d9224dc6264d76066e42e41ed1c7a61a1ea /src/input_common | |
parent | Merge pull request #3370 from ReinUsesLisp/node-shared-ptr (diff) | |
download | yuzu-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 |
Diffstat (limited to 'src/input_common')
-rw-r--r-- | src/input_common/udp/udp.h | 2 |
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" |