diff options
author | Matt A. Tobin <email@mattatobin.com> | 2020-04-25 23:04:24 -0400 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2020-04-25 23:04:24 -0400 |
commit | f1f9fdabf129e15b8fd5be7d93f61533617fed2e (patch) | |
tree | 6c450beac59d021d56b66a4757da4d9fd12a9e93 /dom/canvas/WebGLExtensions.h | |
parent | 3b83de99746429e13b1625f03adb9408d0726fb2 (diff) | |
download | uxp-f1f9fdabf129e15b8fd5be7d93f61533617fed2e.tar.gz |
Issue #80 - Resolve issues with compiling on insane gcc configurations with no optimizations in dom/
Diffstat (limited to 'dom/canvas/WebGLExtensions.h')
-rw-r--r-- | dom/canvas/WebGLExtensions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/canvas/WebGLExtensions.h b/dom/canvas/WebGLExtensions.h index 7b6b6b54b6..595d1c9489 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 { |