From abff505a6eaf3e649be506c802b80eed3dd35f3a Mon Sep 17 00:00:00 2001 From: Carbenium Date: Mon, 15 Jun 2020 00:21:58 +0200 Subject: common: Add a missing include guard --- src/common/IPLocation/IPLocation.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src') diff --git a/src/common/IPLocation/IPLocation.h b/src/common/IPLocation/IPLocation.h index d60ebb9d6f5..ba97e5caa96 100644 --- a/src/common/IPLocation/IPLocation.h +++ b/src/common/IPLocation/IPLocation.h @@ -15,6 +15,9 @@ * with this program. If not, see . */ +#ifndef IPLOCATION_H +#define IPLOCATION_H + #include "Define.h" #include #include @@ -46,3 +49,5 @@ class TC_COMMON_API IpLocationStore }; #define sIPLocation IpLocationStore::Instance() + +#endif -- cgit v1.2.3