~ubuntu-branches/ubuntu/saucy/enigma/saucy

« back to all changes in this revision

Viewing changes to debian/patches/gcc4.6-cstddef.patch

  • Committer: Package Import Robot
  • Author(s): Erich Schubert
  • Date: 2012-06-19 21:47:22 UTC
  • mfrom: (5.1.8 sid)
  • Revision ID: package-import@ubuntu.com-20120619214722-o8v3jobogn60iw68
Tags: 1.10~~pre-alpha+r2236-1
* New upstream checkout. No release on the horizon, but well playable.
* Acknowledge NMUs. Thank you!
* Drop suggest on enigma-level-previews which are not available for 1.10
* Update policy version, no changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Index: enigma-1.10~~pre-alpha+r2210/lib-src/enigma-core/ecl_dict.hh
2
 
===================================================================
3
 
--- enigma-1.10~~pre-alpha+r2210.orig/lib-src/enigma-core/ecl_dict.hh   2011-07-03 18:48:38.000000000 +0200
4
 
+++ enigma-1.10~~pre-alpha+r2210/lib-src/enigma-core/ecl_dict.hh        2011-07-03 18:48:55.000000000 +0200
5
 
@@ -21,6 +21,7 @@
6
 
 
7
 
 #include "ecl_error.hh"
8
 
 #include <utility>
9
 
+#include <cstddef>
10
 
 
11
 
 namespace ecl
12
 
 {