~ubuntu-branches/ubuntu/natty/balder2d/natty

« back to all changes in this revision

Viewing changes to debian/patches/20_gcc4.3_missing_include.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Bjørn Hansen
  • Date: 2008-06-15 17:15:38 UTC
  • mfrom: (1.1.1 upstream) (3.1.2 hardy)
  • Revision ID: james.westby@ubuntu.com-20080615171538-e407e07wbtdy0qs8
Tags: 1.0-1
* new upstream release
* update for guichan 8.1 (Closes: #482584)
* use physicsfs to make data/config/map/aiscript loading more flexible
* new skins for menus
* fix typo in control file long description (Closes: #458401)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#! /bin/sh /usr/share/dpatch/dpatch-run
2
 
## 20_gcc4.3_missing_include.dpatch by  <bjorn@>
3
 
##
4
 
## All lines beginning with `## DP:' are a description of the patch.
5
 
## DP: No description.
6
 
 
7
 
@DPATCH@
8
 
diff -urNad balder2d-1.0~rc1~/include/computerprobecontrol.h balder2d-1.0~rc1/include/computerprobecontrol.h
9
 
--- balder2d-1.0~rc1~/include/computerprobecontrol.h    2006-10-16 06:42:21.000000000 +0000
10
 
+++ balder2d-1.0~rc1/include/computerprobecontrol.h     2007-07-05 01:19:15.000000000 +0000
11
 
@@ -23,6 +23,7 @@
12
 
 
13
 
 #include <Python.h>
14
 
 #include <list>
15
 
+#include <string>
16
 
 #include "../include/balder2dtypes.h"
17
 
 
18
 
 namespace Balder {