From: david Date: Tue, 31 Dec 2002 03:21:49 +0000 (+0000) Subject: Patch from Bernie Bright: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=af609fcd93cb612fad684793e5c45cf1bd96064a;p=flightgear.git Patch from Bernie Bright: FWIW here are patches for src/FDM/ADA.[ch]xx that remove a dependency on --- diff --git a/src/FDM/ADA.cxx b/src/FDM/ADA.cxx index aee23690d..11728b7bf 100644 --- a/src/FDM/ADA.cxx +++ b/src/FDM/ADA.cxx @@ -23,6 +23,7 @@ #endif #include +#include #include #include diff --git a/src/FDM/ADA.hxx b/src/FDM/ADA.hxx index 7374c479d..b3830c72a 100644 --- a/src/FDM/ADA.hxx +++ b/src/FDM/ADA.hxx @@ -21,7 +21,7 @@ #define _ADA_HXX -#include +class SGSocket; #include