From 270444a6753307a4b5b2889d95ff2bea02199961 Mon Sep 17 00:00:00 2001 From: durk Date: Sat, 20 Oct 2007 18:28:22 +0000 Subject: [PATCH] Use SGSharedPointer instead of the ssgSharedPointer from the plib branch. --- src/Navaids/navrecord.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Navaids/navrecord.hxx b/src/Navaids/navrecord.hxx index ab1a95088..dcf605cee 100644 --- a/src/Navaids/navrecord.hxx +++ b/src/Navaids/navrecord.hxx @@ -32,7 +32,7 @@ #include #include -#include +#include #include #ifdef SG_HAVE_STD_INCLUDES