From dc9c29fc52843d77f59e5dee8ef03246bf91fba7 Mon Sep 17 00:00:00 2001 From: sonora Date: Thu, 29 Oct 2015 08:38:51 +0100 Subject: [PATCH] fix build --- .../net/osmand/plus/development/SettingsDevelopmentActivity.java | 1 + 1 file changed, 1 insertion(+) diff --git a/OsmAnd/src/net/osmand/plus/development/SettingsDevelopmentActivity.java b/OsmAnd/src/net/osmand/plus/development/SettingsDevelopmentActivity.java index 8853ace8e1..3f84790204 100644 --- a/OsmAnd/src/net/osmand/plus/development/SettingsDevelopmentActivity.java +++ b/OsmAnd/src/net/osmand/plus/development/SettingsDevelopmentActivity.java @@ -25,6 +25,7 @@ import android.preference.CheckBoxPreference; import android.preference.Preference; import android.preference.Preference.OnPreferenceClickListener; import android.preference.PreferenceScreen; +import android.preference.PreferenceCategory; import android.view.View; //import net.osmand.plus.development.OsmandDevelopmentPlugin;