Add missing require

This commit is contained in:
Tom Payne
2012-07-10 18:42:50 +02:00
committed by Tom Payne
parent 11835b18c9
commit 56de224667

View File

@@ -1,5 +1,6 @@
goog.provide('ol.Tile');
goog.require('goog.array');
goog.require('goog.events');
goog.require('goog.events.EventTarget');
goog.require('goog.events.EventType');