diff --git a/components/private/Icons/tests/unit/MDCIconsTests.m b/components/private/Icons/tests/unit/MDCIconsTests.m index f0cf70f9b60..8eb9076a1ea 100644 --- a/components/private/Icons/tests/unit/MDCIconsTests.m +++ b/components/private/Icons/tests/unit/MDCIconsTests.m @@ -25,6 +25,8 @@ #import "MaterialIcons+ic_radio_button_unchecked.h" #import "MaterialIcons+ic_reorder.h" #import "MaterialIcons+ic_settings.h" +#import "MDCIcons+BundleLoader.h" +#import "MDCIcons.h" @interface MDCIconsTests : XCTestCase @end