diff --git a/demos/full-screen/full-screen.js b/demos/full-screen/full-screen.js index f92ee1fee4..d7cc9f98a1 100644 --- a/demos/full-screen/full-screen.js +++ b/demos/full-screen/full-screen.js @@ -4,6 +4,7 @@ goog.require('goog.debug.Logger.Level'); goog.require('ol.Collection'); goog.require('ol.Coordinate'); goog.require('ol.Map'); +goog.require('ol.MapOptions'); // FIXME this should not be required goog.require('ol.control.Zoom'); goog.require('ol.layer.MapQuestOpenAerial');