view src/openscenegraph-3-header.patch @ 715:4cda826c2480

bugfix: install config headers of package glib
author Volker Grabsch <vog@notjusthosting.com>
date Mon, 08 Feb 2010 12:39:26 +0100
parents 29f1ba4559ae
children
line wrap: on
line source

This file is part of mingw-cross-env.
See doc/index.html for further information.

diff -uNr OpenSceneGraph-2.8.2.orig/src/osgPlugins/txp/TXPNode.cpp OpenSceneGraph-2.8.2/src/osgPlugins/txp/TXPNode.cpp
--- OpenSceneGraph-2.8.2.orig/src/osgPlugins/txp/TXPNode.cpp	2008-06-16 15:20:51.000000000 +0200
+++ OpenSceneGraph-2.8.2/src/osgPlugins/txp/TXPNode.cpp	2010-01-12 09:00:56.000000000 +0100
@@ -8,6 +8,7 @@
 #include <iostream>
 #include <vector>
 #include <algorithm>
+#include <cstdio>
 
 #include "TileMapper.h"
 #include "TXPNode.h"