Add missing requires

This commit is contained in:
GaborFarkas
2016-11-02 11:19:38 +01:00
parent dc360c2d7f
commit 36df9a9c09
4 changed files with 7 additions and 0 deletions
@@ -1,9 +1,11 @@
goog.provide('ol.render.webgl.PolygonReplay');
goog.require('ol');
goog.require('ol.array');
goog.require('ol.color');
goog.require('ol.extent');
goog.require('ol.obj');
goog.require('ol.geom.flat.contains');
goog.require('ol.geom.flat.orient');
goog.require('ol.geom.flat.transform');
goog.require('ol.render.webgl.polygonreplay.defaultshader');