From 8426854ee803bfcbecf16edf65a2a11da90b5b3d Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Sun, 24 Dec 2023 06:01:47 +0100 Subject: Core/Common: fixed nopch build for msvc compilers (#29516) (cherry picked from commit 0db162790c5a8ffbfc38beca9c3bf8bf2baa1a06) --- src/common/IPLocation/IPLocation.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/common/IPLocation/IPLocation.cpp') diff --git a/src/common/IPLocation/IPLocation.cpp b/src/common/IPLocation/IPLocation.cpp index d707d366928..7c6bb455e22 100644 --- a/src/common/IPLocation/IPLocation.cpp +++ b/src/common/IPLocation/IPLocation.cpp @@ -22,6 +22,7 @@ #include "Log.h" #include "StringConvert.h" #include "Util.h" +#include #include IpLocationStore::IpLocationStore() -- cgit v1.2.3