mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 01:37:37 +01:00
common: Add a missing include guard
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user