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:
parent
2b2b4fa8a3
commit
d41e86e0c6
2 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,7 @@
|
||||||
|
|
||||||
#include <Network/net_ctrls.hxx>
|
#include <Network/net_ctrls.hxx>
|
||||||
#include <Network/net_fdm.hxx>
|
#include <Network/net_fdm.hxx>
|
||||||
|
#include <FDM/flight.hxx>
|
||||||
|
|
||||||
|
|
||||||
class HTTPClient : public netBufferChannel
|
class HTTPClient : public netBufferChannel
|
||||||
|
|
|
@ -29,6 +29,7 @@
|
||||||
|
|
||||||
#include <Network/net_ctrls.hxx>
|
#include <Network/net_ctrls.hxx>
|
||||||
#include <Network/net_fdm.hxx>
|
#include <Network/net_fdm.hxx>
|
||||||
|
#include <FDM/flight.hxx>
|
||||||
|
|
||||||
|
|
||||||
class FGExternalPipe: public FGInterface {
|
class FGExternalPipe: public FGInterface {
|
||||||
|
|
Loading…
Reference in a new issue