From ebccd7c5ccb5f0ef432118f71919bb429304e7fd Mon Sep 17 00:00:00 2001 From: Honza Bambas Date: Mon, 8 May 2017 07:34:00 -0400 Subject: [PATCH] Bug 1363037 - Add missing gfxVR.h include to VRServiceTest.h to fix bustage. r=kip --HG-- extra : amend_source : 8cef725e5c92c2f472e8299356e67afa67bb4c4e --- dom/vr/VRServiceTest.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dom/vr/VRServiceTest.h b/dom/vr/VRServiceTest.h index f4add405dbb8..e397cff18a53 100644 --- a/dom/vr/VRServiceTest.h +++ b/dom/vr/VRServiceTest.h @@ -10,6 +10,8 @@ #include "mozilla/DOMEventTargetHelper.h" #include "mozilla/dom/VRServiceTestBinding.h" +#include "gfxVR.h" + namespace mozilla { namespace dom {