diff --git a/src/ol/graticule.js b/src/ol/graticule.js index 53f132c23d..3550ceb849 100644 --- a/src/ol/graticule.js +++ b/src/ol/graticule.js @@ -1,5 +1,6 @@ goog.provide('ol.Graticule'); +goog.require('ol'); goog.require('ol.extent'); goog.require('ol.geom.GeometryLayout'); goog.require('ol.geom.LineString');