From f1f9fdabf129e15b8fd5be7d93f61533617fed2e Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Sat, 25 Apr 2020 23:04:24 -0400 Subject: Issue #80 - Resolve issues with compiling on insane gcc configurations with no optimizations in dom/ --- dom/canvas/WebGLExtensions.h | 2 +- dom/canvas/WebGLFramebuffer.h | 2 +- dom/canvas/WebGLVertexAttribData.cpp | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) (limited to 'dom/canvas') diff --git a/dom/canvas/WebGLExtensions.h b/dom/canvas/WebGLExtensions.h index 7b6b6b54b..595d1c948 100644 --- a/dom/canvas/WebGLExtensions.h +++ b/dom/canvas/WebGLExtensions.h @@ -8,7 +8,7 @@ #include "mozilla/AlreadyAddRefed.h" #include "nsWrapperCache.h" -#include "WebGLObjectModel.h" +#include "WebGLContext.h" #include "WebGLTypes.h" namespace mozilla { diff --git a/dom/canvas/WebGLFramebuffer.h b/dom/canvas/WebGLFramebuffer.h index ac457c098..53e01dfe7 100644 --- a/dom/canvas/WebGLFramebuffer.h +++ b/dom/canvas/WebGLFramebuffer.h @@ -12,7 +12,7 @@ #include "mozilla/WeakPtr.h" #include "nsWrapperCache.h" -#include "WebGLObjectModel.h" +#include "WebGLContext.h" #include "WebGLRenderbuffer.h" #include "WebGLStrongTypes.h" #include "WebGLTexture.h" diff --git a/dom/canvas/WebGLVertexAttribData.cpp b/dom/canvas/WebGLVertexAttribData.cpp index b5aee18e5..cea78eb14 100644 --- a/dom/canvas/WebGLVertexAttribData.cpp +++ b/dom/canvas/WebGLVertexAttribData.cpp @@ -7,6 +7,7 @@ #include "GLContext.h" #include "WebGLBuffer.h" +#include "WebGLContext.h" namespace mozilla { -- cgit v1.2.3