Minor change to make XMP-SDK compile on MinGW with gcc-4.4
This commit is contained in:
parent
dd659d57bd
commit
933c36b4e8
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user