tests/perf/perf.cpp | 1 +
1 file changed, 1 insertion(+)
Make bmagic samples build with g++-4.4
--- trunk.orig/tests/perf/perf.cpp
+++ trunk/tests/perf/perf.cpp
@@ -21,6 +21,7 @@
OTHER DEALINGS IN THE SOFTWARE.
*/
+#include <cstdio>
#include <bitset>
#include <iostream>
#include <time.h>