From af609fcd93cb612fad684793e5c45cf1bd96064a Mon Sep 17 00:00:00 2001 From: david Date: Tue, 31 Dec 2002 03:21:49 +0000 Subject: [PATCH] Patch from Bernie Bright: FWIW here are patches for src/FDM/ADA.[ch]xx that remove a dependency on --- src/FDM/ADA.cxx | 1 + src/FDM/ADA.hxx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.5