Fix broken import path
Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/commit/cefc3857 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/tree/cefc3857 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/diff/cefc3857 Branch: refs/heads/master Commit: cefc3857ef2ea6850bc78c1502efc53555b9b812 Parents: 3c96dc8 Author: Andrew Grieve <[email protected]> Authored: Fri Jun 28 20:29:06 2013 -0400 Committer: Andrew Grieve <[email protected]> Committed: Fri Jun 28 20:29:06 2013 -0400 ---------------------------------------------------------------------- src/ios/CDVLogger.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/blob/cefc3857/src/ios/CDVLogger.h ---------------------------------------------------------------------- diff --git a/src/ios/CDVLogger.h b/src/ios/CDVLogger.h index eeba63c..7cfb306 100644 --- a/src/ios/CDVLogger.h +++ b/src/ios/CDVLogger.h @@ -17,7 +17,7 @@ under the License. */ -#import "CDVPlugin.h" +#import <Cordova/CDVPlugin.h> @interface CDVLogger : CDVPlugin
