diff --git a/dom/ipc/PContent.ipdl b/dom/ipc/PContent.ipdl index 5569c6d94c9a..7e5e078ee9ec 100644 --- a/dom/ipc/PContent.ipdl +++ b/dom/ipc/PContent.ipdl @@ -69,6 +69,7 @@ include LookAndFeelTypes; include protocol PSandboxTesting; #endif +include "ipc/DataStorageIPCUtils.h"; include "mozilla/AntiTrackingIPCUtils.h"; include "mozilla/GfxMessageUtils.h"; include "mozilla/dom/DocShellMessageUtils.h"; diff --git a/security/manager/ssl/PSMIPCTypes.ipdlh b/security/manager/ssl/PSMIPCTypes.ipdlh index 8e8288464baa..b5296389130f 100644 --- a/security/manager/ssl/PSMIPCTypes.ipdlh +++ b/security/manager/ssl/PSMIPCTypes.ipdlh @@ -5,7 +5,9 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -using mozilla::DataStorageType from "ipc/DataStorageIPCUtils.h"; +include "ipc/DataStorageIPCUtils.h"; + +using mozilla::DataStorageType from "mozilla/DataStorage.h"; namespace mozilla { namespace psm {