Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'core/IP.php')
-rw-r--r--core/IP.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/IP.php b/core/IP.php
index 86f7555b80..3e528eb628 100644
--- a/core/IP.php
+++ b/core/IP.php
@@ -10,6 +10,7 @@
*/
use Piwik\Core\Config;
+use Piwik\Core\Piwik_Common;
if (Piwik_Common::isWindows() || !function_exists('inet_ntop')) {
function _inet_ntop($in_addr)