llvm: fix compile on gcc 4.4
authorDave Airlie <airlied@redhat.com>
Mon, 8 Jun 2009 08:17:21 +0000 (18:17 +1000)
committerDave Airlie <airlied@redhat.com>
Mon, 8 Jun 2009 08:26:27 +0000 (18:26 +1000)
src/gallium/auxiliary/gallivm/instructionssoa.cpp

index 925e948..2d2af30 100644 (file)
@@ -24,6 +24,8 @@
  * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  *
  **************************************************************************/
+
+#include <cstdio>
 #include "instructionssoa.h"
 
 #include "storagesoa.h"