From 584d2b2d3287abc61f4c4efad8c46a5f30eba7ac Mon Sep 17 00:00:00 2001 From: Alsey Coleman Miller Date: Wed, 18 Jul 2018 23:55:16 -0500 Subject: [PATCH] Fixed missing dependency --- Sources/BluetoothLinux/AddressType.swift | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Sources/BluetoothLinux/AddressType.swift b/Sources/BluetoothLinux/AddressType.swift index 1e96687..658098c 100644 --- a/Sources/BluetoothLinux/AddressType.swift +++ b/Sources/BluetoothLinux/AddressType.swift @@ -6,6 +6,8 @@ // Copyright © 2016 PureSwift. All rights reserved. // +import Bluetooth + /// Bluetooth Address type /// /// - SeeAlso: [Ten Important Differences between Bluetooth BR/EDR and Bluetooth Smart](http://blog.bluetooth.com/ten-important-differences-between-bluetooth-bredr-and-bluetooth-smart/)