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
+3
View File
@@ -1,8 +1,11 @@
goog.provide('ol.render.webgl.Replay');
goog.require('ol');
goog.require('ol.extent');
goog.require('ol.render.VectorContext');
goog.require('ol.transform');
goog.require('ol.vec.Mat4');
goog.require('ol.webgl');
/**
* @constructor