input_common/udp: Add missing header guard

master
Lioncash 2020-02-03 09:09:06 +07:00
parent 157eb375a5
commit 4aa9c9632d
1 changed files with 2 additions and 0 deletions

@ -2,6 +2,8 @@
// Licensed under GPLv2 or any later version // Licensed under GPLv2 or any later version
// Refer to the license.txt file included. // Refer to the license.txt file included.
#pragma once
#include <memory> #include <memory>
#include <unordered_map> #include <unordered_map>
#include "input_common/main.h" #include "input_common/main.h"