Add missing require

This commit is contained in:
Tom Payne
2012-07-22 13:29:50 +02:00
parent 4b433f0c9b
commit 5e2a5dfbc4

View File

@@ -28,6 +28,7 @@ goog.require('ol.Control');
goog.require('ol.Coordinate');
goog.require('ol.Extent');
goog.require('ol.LayerRenderer');
goog.require('ol.MapBrowserEvent');
goog.require('ol.Object');
goog.require('ol.Projection');
goog.require('ol.Size');