diff options
author | Gildor <gildor55@gmail.com> | 2018-06-23 11:32:55 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2019-01-09 17:35:18 +0100 |
commit | 61532e9816f750ae1690f8d5fca92525d6297ab6 (patch) | |
tree | dbe8104cf5cf329fdd0396e87b093ac22b4e405e /src | |
parent | 8ed2e3602b4c5fa7dc1ac7c6d37d884286864a64 (diff) |
Nopch fix (#22077)
(cherry picked from commit e323652f790b62feaf16d8427779f8e5f949e040)
Diffstat (limited to 'src')
-rw-r--r-- | src/common/IPLocation/IPLocation.cpp | 2 | ||||
-rw-r--r-- | src/common/IPLocation/IPLocation.h | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/src/common/IPLocation/IPLocation.cpp b/src/common/IPLocation/IPLocation.cpp index 3db2394fb2c..0c6ff30757e 100644 --- a/src/common/IPLocation/IPLocation.cpp +++ b/src/common/IPLocation/IPLocation.cpp @@ -16,7 +16,9 @@ */ #include "IPLocation.h" +#include "Common.h" #include "Config.h" +#include "Errors.h" #include "IpAddress.h" #include "Log.h" #include <fstream> diff --git a/src/common/IPLocation/IPLocation.h b/src/common/IPLocation/IPLocation.h index 00d89e1be50..a22aafa2e5d 100644 --- a/src/common/IPLocation/IPLocation.h +++ b/src/common/IPLocation/IPLocation.h @@ -17,6 +17,7 @@ #include "Define.h" #include <string> +#include <vector> struct IpLocationRecord { |