From a806f4fdbbfae772531fdfed4c117ec237c9ff3d Mon Sep 17 00:00:00 2001 From: trav90 Date: Sun, 29 May 2016 09:04:42 -0500 Subject: [PATCH] Add missing #include to TabParent.h --- dom/ipc/TabParent.h | 1 + 1 file changed, 1 insertion(+) diff --git a/dom/ipc/TabParent.h b/dom/ipc/TabParent.h index 10d4237b39..d6e24dc89a 100644 --- a/dom/ipc/TabParent.h +++ b/dom/ipc/TabParent.h @@ -22,6 +22,7 @@ #include "Units.h" #include "WritingModes.h" #include "js/TypeDecls.h" +#include "TabMessageUtils.h" class nsFrameLoader; class nsIFrameLoader;