File: fix_gcc_4.3_include.patch

package info (click to toggle)
linuxdcpp 1.0.3-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 2,388 kB
  • ctags: 5,088
  • sloc: cpp: 33,725; makefile: 15
file content (13 lines) | stat: -rw-r--r-- 408 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: linuxdcpp-1.0.3.orig/client/ShareManager.h
===================================================================
--- linuxdcpp-1.0.3.orig.orig/client/ShareManager.h	2008-11-30 17:53:56.000000000 +0100
+++ linuxdcpp-1.0.3.orig/client/ShareManager.h	2009-02-28 15:29:51.000000000 +0100
@@ -39,6 +39,8 @@
 
 #include <memory>
 
+#include <memory>
+
 STANDARD_EXCEPTION(ShareException);
 
 class SimpleXML;