File: cyphesis-cpp-gcc43.patch

package info (click to toggle)
cyphesis-cpp 0.5.16-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 5,084 kB
  • ctags: 3,627
  • sloc: cpp: 30,418; python: 4,812; xml: 4,674; sh: 4,118; makefile: 902; ansic: 617
file content (51 lines) | stat: -rw-r--r-- 959 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
--- common/globals.h.orig
+++ common/globals.h
@@ -20,6 +20,7 @@
 #ifndef COMMON_GLOBALS_H
 #define COMMON_GLOBALS_H
 
+#include <cstdlib>
 #include <string>
 
 namespace varconf {
--- common/id.h.orig
+++ common/id.h
@@ -20,6 +20,7 @@
 #ifndef COMMON_ID_H
 #define COMMON_ID_H
 
+#include <cstdlib>
 #include <string>
 
 long newId(std::string & id);
--- rulesets/Container.h.orig
+++ rulesets/Container.h
@@ -22,6 +22,7 @@
 
 #include <Atlas/Objects/ObjectsFwd.h>
 
+#include <string>
 #include <set>
 #include <map>
 #include <vector>
--- tools/cyconvertrules.cpp.orig
+++ tools/cyconvertrules.cpp
@@ -32,7 +32,7 @@
 #include <Atlas/Message/Element.h>
 #include <Atlas/Codecs/XML.h>
 
-#include <string>
+#include <cstring>
 #include <fstream>
 #include <iostream>
 
--- modules/DateTime.h.orig
+++ modules/DateTime.h
@@ -20,6 +20,7 @@
 #ifndef COMMON_DATE_TIME_H
 #define COMMON_DATE_TIME_H
 
+#include <cstdlib>
 #include <string>
 #include <iostream>