1
0
Fork 0

make headers include headers they depend on, don't rely on the c(xx)

file to do that. (This is a requirement for header precompiling.)
This commit is contained in:
mfranz 2006-04-17 13:19:53 +00:00
parent 2b2b4fa8a3
commit d41e86e0c6
2 changed files with 2 additions and 0 deletions

View file

@ -30,6 +30,7 @@
#include <Network/net_ctrls.hxx>
#include <Network/net_fdm.hxx>
#include <FDM/flight.hxx>
class HTTPClient : public netBufferChannel

View file

@ -29,6 +29,7 @@
#include <Network/net_ctrls.hxx>
#include <Network/net_fdm.hxx>
#include <FDM/flight.hxx>
class FGExternalPipe: public FGInterface {