aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/common/IPLocation/IPLocation.h5
1 files changed, 5 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>.
*/
+#ifndef IPLOCATION_H
+#define IPLOCATION_H
+
#include "Define.h"
#include <string>
#include <vector>
@@ -46,3 +49,5 @@ class TC_COMMON_API IpLocationStore
};
#define sIPLocation IpLocationStore::Instance()
+
+#endif