Fixed to look for easyxml.hxx in the simgear/xml rather than simgear/.
This commit is contained in:
parent
0505201362
commit
7abad40151
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
#ifndef _FGFDM_HPP
|
||||
#define _FGFDM_HPP
|
||||
|
||||
#include <simgear/easyxml.hxx>
|
||||
#include <simgear/xml/easyxml.hxx>
|
||||
|
||||
#include "Airplane.hpp"
|
||||
#include "Vector.hpp"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
#include <simgear/misc/sg_path.hxx>
|
||||
#include <simgear/debug/logstream.hxx>
|
||||
#include <simgear/easyxml.hxx>
|
||||
#include <simgear/xml/easyxml.hxx>
|
||||
#include <Main/globals.hxx>
|
||||
#include <Main/fg_props.hxx>
|
||||
#include <Scenery/scenery.hxx>
|
||||
|
|
Loading…
Add table
Reference in a new issue