File: fix_gcc_4.3_include.patch

package info (click to toggle)
linuxdcpp 1.0.2-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 2,392 kB
  • ctags: 5,102
  • sloc: cpp: 33,213; ansic: 472; makefile: 15
file content (13 lines) | stat: -rw-r--r-- 421 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: linuxdcpp-1.0.1/client/ShareManager.h
===================================================================
--- linuxdcpp-1.0.1.orig/client/ShareManager.h	2007-12-26 03:11:22.000000000 +0100
+++ linuxdcpp-1.0.1/client/ShareManager.h	2007-12-26 03:11:23.000000000 +0100
@@ -37,6 +37,8 @@
 #include "FastAlloc.h"
 #include "MerkleTree.h"
 
+#include <memory>
+
 STANDARD_EXCEPTION(ShareException);
 
 class SimpleXML;