From cf1c3f6d943cdac41886c52875ddbc19d3af989d Mon Sep 17 00:00:00 2001 From: dmaclach Date: Wed, 28 Mar 2018 00:17:13 -0700 Subject: [PATCH] Make NSIndexSet+ASHelpers.h reference local #trivial (#857) * Make NSIndexSet+ASHelpers.h reference local NSIndexSet+ASHelpers.h should be a user vs a system or framework include. * Update ASIntegerMap.mm --- Source/Details/ASIntegerMap.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Details/ASIntegerMap.mm b/Source/Details/ASIntegerMap.mm index 19f0bbe4a1..e80ab7bfa1 100644 --- a/Source/Details/ASIntegerMap.mm +++ b/Source/Details/ASIntegerMap.mm @@ -13,7 +13,7 @@ #import "ASIntegerMap.h" #import #import -#import +#import #import /**