]> git.mxchange.org Git - flightgear.git/commitdiff
make headers include headers they depend on, don't rely on the c(xx)
authormfranz <mfranz>
Mon, 17 Apr 2006 13:19:53 +0000 (13:19 +0000)
committermfranz <mfranz>
Mon, 17 Apr 2006 13:19:53 +0000 (13:19 +0000)
file to do that. (This is a requirement for header precompiling.)

src/FDM/ExternalNet/ExternalNet.hxx
src/FDM/ExternalPipe/ExternalPipe.hxx

index cbefc1ed039324fcc50d5bef10ac07bacd968c4c..41e848d9f8038b59ed0ff27cd7664f9074c5dc61 100644 (file)
@@ -30,6 +30,7 @@
 
 #include <Network/net_ctrls.hxx>
 #include <Network/net_fdm.hxx>
+#include <FDM/flight.hxx>
 
 
 class HTTPClient : public netBufferChannel
index 56bcccdbc306aca845068ed4f5b51339d98c4429..825066948c2568870b24bdc8a9e2aa770a7e81b6 100644 (file)
@@ -29,6 +29,7 @@
 
 #include <Network/net_ctrls.hxx>
 #include <Network/net_fdm.hxx>
+#include <FDM/flight.hxx>
 
 
 class FGExternalPipe: public FGInterface {