Bug 1238424 - Fix a missing header in Bluetooth module. r=brsun

This commit is contained in:
Boris Chiou 2016-01-10 19:07:00 +01:00
parent 709d6672a5
commit c9e9c2819a

View File

@ -8,6 +8,7 @@
#define mozilla_dom_bluetooth_bluetoothpbaprequesthandle_h
#include "nsCOMPtr.h"
#include "mozilla/dom/bluetooth/BluetoothCommon.h"
#include "mozilla/dom/DOMRequest.h"
#include "mozilla/dom/BlobSet.h"