From ecf0a1a7366cecbc672ab109604f7722c52125df Mon Sep 17 00:00:00 2001 From: timoore Date: Sat, 27 Dec 2008 08:16:03 +0000 Subject: [PATCH] Fix include path --- simgear/math/SGGeodesy.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simgear/math/SGGeodesy.cxx b/simgear/math/SGGeodesy.cxx index f105dfa5..05d76f0e 100644 --- a/simgear/math/SGGeodesy.cxx +++ b/simgear/math/SGGeodesy.cxx @@ -21,7 +21,7 @@ #include -#include "structure/exception.hxx" +#include #include "SGMath.hxx" // These are hard numbers from the WGS84 standard. DON'T MODIFY