diff --git a/src/main/haxework/view/form/InputView.hx b/src/main/haxework/view/form/InputView.hx index b602640..86d6c40 100755 --- a/src/main/haxework/view/form/InputView.hx +++ b/src/main/haxework/view/form/InputView.hx @@ -1,5 +1,6 @@ package haxework.view.form; +import haxework.view.text.TextView; import flash.events.Event; import flash.events.KeyboardEvent; import flash.text.TextField;