From 78d70176a3f3f5c99785589929468189b0f44651 Mon Sep 17 00:00:00 2001 From: Adam Barth Date: Tue, 9 Aug 2016 16:38:59 -0700 Subject: [PATCH] Fix iOS build --- .../platform/ios/framework/Source/FlutterViewController.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sky/shell/platform/ios/framework/Source/FlutterViewController.mm b/sky/shell/platform/ios/framework/Source/FlutterViewController.mm index a9a431431..6f1ee779a 100644 --- a/sky/shell/platform/ios/framework/Source/FlutterViewController.mm +++ b/sky/shell/platform/ios/framework/Source/FlutterViewController.mm @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#import "sky/shell/platform/ios/framework/Headers/FlutterViewController.h" +#import "flutter/sky/shell/platform/ios/framework/Headers/FlutterViewController.h" #include "base/bind.h" #include "base/mac/scoped_block.h" -- GitLab