input_common/udp: Add missing header guard

This commit is contained in:
Lioncash 2020-02-03 09:09:06 -05:00 committed by FearlessTobi
parent 03cde53cb6
commit b39a611a3d

View file

@ -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"