projects
/
simgear.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34fe42b
)
Win32 fix
author
fredb
<fredb>
Sun, 1 Mar 2009 15:50:45 +0000
(15:50 +0000)
committer
Tim Moore
<timoore@redhat.com>
Thu, 5 Mar 2009 09:32:06 +0000
(10:32 +0100)
simgear/scene/model/ModelRegistry.cxx
patch
|
blob
|
history
diff --git
a/simgear/scene/model/ModelRegistry.cxx
b/simgear/scene/model/ModelRegistry.cxx
index 7c2afff648f3e10ab7aabf85770f3d22a02cf367..297898169dd34c55dec644d394cd3d926ae115b7 100644
(file)
--- a/
simgear/scene/model/ModelRegistry.cxx
+++ b/
simgear/scene/model/ModelRegistry.cxx
@@
-16,6
+16,11
@@
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+
+#ifdef HAVE_CONFIG_H
+# include <simgear_config.h>
+#endif
+
#include "ModelRegistry.hxx"
#include <algorithm>