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 'plugins/UserCountry/LocationProvider/GeoIp/ServerBased.php')
-rwxr-xr-xplugins/UserCountry/LocationProvider/GeoIp/ServerBased.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/UserCountry/LocationProvider/GeoIp/ServerBased.php b/plugins/UserCountry/LocationProvider/GeoIp/ServerBased.php
index a26217bac2..382ee9a319 100755
--- a/plugins/UserCountry/LocationProvider/GeoIp/ServerBased.php
+++ b/plugins/UserCountry/LocationProvider/GeoIp/ServerBased.php
@@ -9,6 +9,8 @@
* @package Piwik_UserCountry
*/
+use Piwik\Common;
+
/**
* A LocationProvider that uses an GeoIP module installed in an HTTP Server.
*