~ubuntu-branches/ubuntu/trusty/bmagic/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/patches/g++-4.4.patch

  • Committer: Bazaar Package Importer
  • Author(s): Roberto C. Sanchez
  • Date: 2009-12-09 16:02:55 UTC
  • mfrom: (4.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20091209160255-hu2bnjrbncl92z5w
Tags: 3.6.1-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Make bmagic samples build with g++-4.4
2
 
--- trunk.orig/src/bm.h
3
 
+++ trunk/src/bm.h
4
 
@@ -27,6 +27,7 @@
5
 
 #ifndef BM__H__INCLUDED__
6
 
 #define BM__H__INCLUDED__
 
2
--- trunk.orig/tests/perf/perf.cpp
 
3
+++ trunk/tests/perf/perf.cpp
 
4
@@ -21,6 +21,7 @@
 
5
 OTHER DEALINGS IN THE SOFTWARE.
 
6
 */
7
7
 
8
8
+#include <cstdio>
9
 
 #include <string.h>
10
 
 #include <assert.h>
11
 
 #include <limits.h>
 
9
 #include <bitset>
 
10
 #include <iostream>
 
11
 #include <time.h>