From ee6801095398029c22e77cce173acdf64ecb0f45 Mon Sep 17 00:00:00 2001
From: Luc Maisonobe <luc@orekit.org>
Date: Thu, 8 Jan 2015 11:28:03 +0100
Subject: [PATCH] Added missing imports in tutorial.

---
 src/site/markdown/tutorials/direct-location-with-DEM.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/site/markdown/tutorials/direct-location-with-DEM.md b/src/site/markdown/tutorials/direct-location-with-DEM.md
index a962a9cd..2b5739e1 100644
--- a/src/site/markdown/tutorials/direct-location-with-DEM.md
+++ b/src/site/markdown/tutorials/direct-location-with-DEM.md
@@ -39,6 +39,8 @@ The class `VolcanicConeElevationUpdater` implements the interface `TileUpdater`
 
 Here's the source code of the class `VolcanicConeElevationUpdater` :
 
+    import org.orekit.rugged.raster.TileUpdater;
+    import org.orekit.rugged.raster.UpdatableTile;
     import org.apache.commons.math3.util.FastMath;
     import org.orekit.bodies.GeodeticPoint;
     import org.orekit.rugged.errors.RuggedException;
-- 
GitLab