From 29c3c5b2dc9bc4a889b90ee363f899e4ede6ea61 Mon Sep 17 00:00:00 2001 From: Ben Tian Date: Wed, 1 Oct 2014 14:04:07 +0800 Subject: [PATCH] Bug 1075331 - [bluetooth2] Fix build break resulting from bug 994190, r=shuang --- dom/bluetooth2/ipc/BluetoothServiceChildProcess.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/dom/bluetooth2/ipc/BluetoothServiceChildProcess.cpp b/dom/bluetooth2/ipc/BluetoothServiceChildProcess.cpp index 6bf6edba9ff..15380444666 100644 --- a/dom/bluetooth2/ipc/BluetoothServiceChildProcess.cpp +++ b/dom/bluetooth2/ipc/BluetoothServiceChildProcess.cpp @@ -10,6 +10,7 @@ #include "mozilla/Assertions.h" #include "mozilla/dom/ContentChild.h" +#include "mozilla/dom/ipc/BlobChild.h" #include "BluetoothChild.h" #include "MainThreadUtils.h"