Require ol in ol.structs.lrucache

This commit is contained in:
Marc Jansen
2016-09-02 11:19:15 +02:00
parent ae929c1b6d
commit 0586a3d98a

View File

@@ -1,5 +1,6 @@
goog.provide('ol.structs.LRUCache');
goog.require('ol');
goog.require('ol.asserts');
goog.require('ol.obj');