Do not include dds_props.hxx if CycloneDDS was not found
This commit is contained in:
parent
5118009d44
commit
deab07d527
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,6 @@
|
|||
#include <Network/native_ctrls.hxx>
|
||||
#include <Network/native_fdm.hxx>
|
||||
#include <Network/native_gui.hxx>
|
||||
#include <Network/dds_props.hxx>
|
||||
#include <Network/opengc.hxx>
|
||||
#include <Network/nmea.hxx>
|
||||
#include <Network/props.hxx>
|
||||
|
@ -66,6 +65,7 @@
|
|||
|
||||
#if FG_HAVE_DDS
|
||||
#include <simgear/io/SGDataDistributionService.hxx>
|
||||
#include <Network/dds_props.hxx>
|
||||
#endif
|
||||
#if FG_HAVE_HLA
|
||||
#include <Network/HLA/hla.hxx>
|
||||
|
|
Loading…
Reference in a new issue