diff options
author | Gildor <gildor55@gmail.com> | 2018-06-23 11:32:55 +0200 |
---|---|---|
committer | Aokromes <Aokromes@users.noreply.github.com> | 2018-06-23 11:32:55 +0200 |
commit | e323652f790b62feaf16d8427779f8e5f949e040 (patch) | |
tree | a0d4ab1c986a4453485896066defc5f72932a58a /src/common/IPLocation/IPLocation.cpp | |
parent | a3198cbddc8c08419b582160b440adede15047b6 (diff) |
Nopch fix (#22077)
Diffstat (limited to 'src/common/IPLocation/IPLocation.cpp')
-rw-r--r-- | src/common/IPLocation/IPLocation.cpp | 2 |
1 files changed, 2 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> |