summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Core/BindableProperty.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.Core/BindableProperty.cs')
-rw-r--r--Xamarin.Forms.Core/BindableProperty.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Xamarin.Forms.Core/BindableProperty.cs b/Xamarin.Forms.Core/BindableProperty.cs
index 5eb330ff..e0cbbdd5 100644
--- a/Xamarin.Forms.Core/BindableProperty.cs
+++ b/Xamarin.Forms.Core/BindableProperty.cs
@@ -3,6 +3,7 @@ using System.Collections.Generic;
using System.Diagnostics;
using System.Linq.Expressions;
using System.Reflection;
+using Xamarin.Forms.Internals;
namespace Xamarin.Forms
{