diff options
author | Lioncash <mathew1800@gmail.com> | 2020-02-03 09:09:06 -0500 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2020-02-03 09:09:06 -0500 |
commit | 4aa9c9632df1f896c5ada61e546482a6fee6dd13 (patch) | |
tree | a6fe1d9224dc6264d76066e42e41ed1c7a61a1ea /src | |
parent | 157eb375a59029d9d515d37bc9dc4370890bb3e9 (diff) |
input_common/udp: Add missing header guard
Diffstat (limited to 'src')
-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 ea3de60bb4..0e56e431b3 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" |