aboutsummaryrefslogtreecommitdiff
path: root/src/common/IPLocation/IPLocation.cpp
diff options
context:
space:
mode:
authorOvahlord <dreadkiller@gmx.de>2023-12-24 06:01:47 +0100
committerGitHub <noreply@github.com>2023-12-24 06:01:47 +0100
commit0db162790c5a8ffbfc38beca9c3bf8bf2baa1a06 (patch)
treee56e42f919b34b3e4603cf5afd4161b6ab04e21d /src/common/IPLocation/IPLocation.cpp
parent8187625b272b67f37ded8780954f461a4cb1a24b (diff)
Core/Common: fixed nopch build for msvc compilers (#29516)
Diffstat (limited to 'src/common/IPLocation/IPLocation.cpp')
-rw-r--r--src/common/IPLocation/IPLocation.cpp1
1 files changed, 1 insertions, 0 deletions
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 <algorithm>
#include <fstream>
IpLocationStore::IpLocationStore()