Win32 fixes

This commit is contained in:
fredb
2010-01-17 11:59:49 +00:00
committed by Tim Moore
parent 11479cd8c3
commit e7ec83d626
4 changed files with 14 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
#ifdef HAVE_CONFIG_H
# include <simgear_config.h>
#endif
#include "AtomicChangeListener.hxx"
#include <algorithm>

View File

@@ -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>

View File

@@ -19,6 +19,10 @@
*
*/
#ifdef HAVE_CONFIG_H
# include <simgear_config.h>
#endif
#include <algorithm>
#include <vector>
#include <string>

View File

@@ -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>