You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2013/06/28 17:07:49 UTC

[41/50] [abbrv] ios commit: added missing reference to viewController.m

added missing reference to viewController.m


Project: http://git-wip-us.apache.org/repos/asf/cordova-ios/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/7569c3ef
Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/7569c3ef
Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/7569c3ef

Branch: refs/heads/master
Commit: 7569c3ef2c3a7768735506097a5e7e7a13be5329
Parents: 067bc70
Author: Steven Gill <st...@gmail.com>
Authored: Thu Jun 20 22:06:45 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Thu Jun 20 22:06:45 2013 -0700

----------------------------------------------------------------------
 CordovaLib/Classes/CDVViewController.m | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/7569c3ef/CordovaLib/Classes/CDVViewController.m
----------------------------------------------------------------------
diff --git a/CordovaLib/Classes/CDVViewController.m b/CordovaLib/Classes/CDVViewController.m
index b186326..db79332 100644
--- a/CordovaLib/Classes/CDVViewController.m
+++ b/CordovaLib/Classes/CDVViewController.m
@@ -23,6 +23,7 @@
 #import "CDVConfigParser.h"
 #import "CDVUserAgentUtil.h"
 #import "CDVWebViewDelegate.h"
+#import <AVFoundation/AVFoundation.h>
 
 #define degreesToRadian(x) (M_PI * (x) / 180.0)