Skip to content

Commit 9bcf762

Browse files
authored
objc: Include strings import in objc's call_arm64 implementation (#105)
1 parent f94fcc8 commit 9bcf762

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

objc/call_arm64.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import "C"
1111
import (
1212
"math"
1313
"reflect"
14+
"strings"
1415
"unsafe"
1516
)
1617

0 commit comments

Comments
 (0)