Require ol in ol.structs.priorityqueue

This commit is contained in:
Marc Jansen
2016-09-02 11:19:38 +02:00
parent 0586a3d98a
commit 794abed395

View File

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