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