diff options
Diffstat (limited to 'dom/canvas/WebGLVertexAttribData.cpp')
-rw-r--r-- | dom/canvas/WebGLVertexAttribData.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dom/canvas/WebGLVertexAttribData.cpp b/dom/canvas/WebGLVertexAttribData.cpp index b5aee18e5c..cea78eb14a 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 { |