mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/Common: fixed nopch build for msvc compilers (#29516)
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
#include "IpAddress.h"
|
||||
#include <boost/asio/ip/network_v4.hpp>
|
||||
#include <boost/asio/ip/network_v6.hpp>
|
||||
#include <algorithm>
|
||||
|
||||
namespace
|
||||
{
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
#include "Log.h"
|
||||
#include "StringConvert.h"
|
||||
#include "Util.h"
|
||||
#include <algorithm>
|
||||
#include <fstream>
|
||||
|
||||
IpLocationStore::IpLocationStore()
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
#include "Hash.h"
|
||||
#include "Locales.h"
|
||||
#include "MapUtils.h"
|
||||
#include "Util.h"
|
||||
#include "StringConvert.h"
|
||||
#include <boost/locale/date_time_facet.hpp>
|
||||
#include <chrono>
|
||||
#include <memory>
|
||||
|
||||
Reference in New Issue
Block a user