Minor change to make XMP-SDK compile on MinGW with gcc-4.4

This commit is contained in:
Andreas Huggel 2009-12-27 15:02:34 +00:00
parent dd659d57bd
commit 933c36b4e8

View File

@ -24,7 +24,7 @@
#include <algorithm> // For sort and stable_sort.
#include <stdio.h> // For snprintf.
#include <cstdio>
#include <stdio.h>
#if XMP_DebugBuild
#include <iostream>