Skip to content

Commit

Permalink
Add explicit imports for CoreGraphics in files which use it.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 642471770
  • Loading branch information
Nobody authored and material-automation committed Jun 12, 2024
1 parent 8bb590a commit 40dd633
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions components/OverlayWindow/src/MDCOverlayWindow.m
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

#import "MDCOverlayWindow.h"

#import <CoreGraphics/CoreGraphics.h>
#import <objc/runtime.h>

#import "MDCAvailability.h"
Expand Down
5 changes: 3 additions & 2 deletions components/OverlayWindow/tests/unit/OverlayWindowInitTest.m
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#import <CoreGraphics/CoreGraphics.h>
#import <XCTest/XCTest.h>

#import "MaterialAvailability.h"
#import "MaterialOverlayWindow.h"
#import "MDCAvailability.h"
#import "MDCOverlayWindow.h"

@interface MockOverlayWindow : MDCOverlayWindow

Expand Down

0 comments on commit 40dd633

Please sign in to comment.