Win32 fixes
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
# include <simgear_config.h>
|
||||
#endif
|
||||
|
||||
#include "AtomicChangeListener.hxx"
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
@@ -266,7 +266,7 @@ public:
|
||||
else
|
||||
return itr->second.ptr();
|
||||
}
|
||||
template<typename T> friend class InstallAttributeBuilder;
|
||||
template<typename T> friend struct InstallAttributeBuilder;
|
||||
};
|
||||
|
||||
template<typename T>
|
||||
|
||||
@@ -19,6 +19,10 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
# include <simgear_config.h>
|
||||
#endif
|
||||
|
||||
#include <algorithm>
|
||||
#include <vector>
|
||||
#include <string>
|
||||
|
||||
@@ -17,6 +17,10 @@
|
||||
// Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||
// Boston, MA 02111-1307, USA.
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
# include <simgear_config.h>
|
||||
#endif
|
||||
|
||||
#include "CopyOp.hxx"
|
||||
|
||||
#include <simgear/scene/material/Effect.hxx>
|
||||
|
||||
Reference in New Issue
Block a user