Bug 1288643 - Build fixes. draft
authorJeff Gilbert <jgilbert@mozilla.com>
Fri, 22 Jul 2016 01:38:34 -0700
changeset 391220 e4c1216f414ff3247a43ff5aeeb7232882602e1e
parent 391219 1fb897d1321101ce3c36358a9399eb8b294613e7
child 526164 c8b802188a689fff15d2bf63ccee7a88f76589aa
push id23845
push userbmo:jgilbert@mozilla.com
push dateFri, 22 Jul 2016 08:40:49 +0000
bugs1288643
milestone50.0a1
Bug 1288643 - Build fixes. MozReview-Commit-ID: LVLmcpgn07W
dom/canvas/WebGLExtensionElementIndexUint.cpp
--- a/dom/canvas/WebGLExtensionElementIndexUint.cpp
+++ b/dom/canvas/WebGLExtensionElementIndexUint.cpp
@@ -1,15 +1,16 @@
 /* -*- Mode: C++; tab-width: 20; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
 /* This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 
 #include "WebGLExtensions.h"
 
+#include "GLContext.h"
 #include "mozilla/dom/WebGLRenderingContextBinding.h"
 #include "WebGLContext.h"
 
 namespace mozilla {
 
 /*static*/ bool
 WebGLExtensionElementIndexUint::IsSupported(const WebGLContext* webgl)
 {