Add missing goog.require

This commit is contained in:
Frederic Junod
2015-02-04 09:17:52 +01:00
parent 65c2f7de5f
commit 078d3fb007
8 changed files with 8 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
goog.provide('ol.renderer.canvas.ImageLayer');
goog.require('goog.asserts');
goog.require('goog.functions');
goog.require('goog.vec.Mat4');
goog.require('ol.ImageBase');
goog.require('ol.ViewHint');