updated on Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git] / oscpack / oscpack-gcc43.patch
blob47e8b2a19494b7bb796bbf5f4dd6638d6f3ab5e7
1 diff -Naur oscpack-org/examples/OscDump.cpp oscpack/examples/OscDump.cpp
2 --- oscpack-org/examples/OscDump.cpp 2006-11-20 14:49:40.000000000 +0100
3 +++ oscpack/examples/OscDump.cpp 2008-04-23 19:45:38.000000000 +0200
4 @@ -36,6 +36,8 @@
7 #include <iostream>
8 +#include <string.h>
9 +#include <stdlib.h>
11 #include "osc/OscReceivedElements.h"
12 #include "osc/OscPrintReceivedElements.h"
13 diff -Naur oscpack-org/osc/OscPrintReceivedElements.cpp oscpack/osc/OscPrintReceivedElements.cpp
14 --- oscpack-org/osc/OscPrintReceivedElements.cpp 2006-11-20 14:49:38.000000000 +0100
15 +++ oscpack/osc/OscPrintReceivedElements.cpp 2008-04-23 19:41:06.000000000 +0200
16 @@ -29,6 +29,8 @@
18 #include "OscPrintReceivedElements.h"
20 +#include <string.h>
22 #include <iostream>
23 #include <iomanip>
24 #include <ctime>
25 diff -Naur oscpack-org/tests/OscReceiveTest.cpp oscpack/tests/OscReceiveTest.cpp
26 --- oscpack-org/tests/OscReceiveTest.cpp 2006-11-20 14:49:38.000000000 +0100
27 +++ oscpack/tests/OscReceiveTest.cpp 2008-04-23 19:41:40.000000000 +0200
28 @@ -30,6 +30,7 @@
29 #include "OscReceiveTest.h"
31 #include <string.h>
32 +#include <stdlib.h>
33 #include <iostream>
35 #include "osc/OscReceivedElements.h"
36 diff -Naur oscpack-org/tests/OscSendTests.cpp oscpack/tests/OscSendTests.cpp
37 --- oscpack-org/tests/OscSendTests.cpp 2006-11-20 14:49:38.000000000 +0100
38 +++ oscpack/tests/OscSendTests.cpp 2008-04-23 19:39:27.000000000 +0200
39 @@ -30,6 +30,7 @@
40 #include "OscSendTests.h"
42 #include <iostream>
43 +#include <stdlib.h>
44 #include <string.h>
46 #include "osc/OscOutboundPacketStream.h"
47 diff -Naur oscpack-org/tests/OscUnitTests.cpp oscpack/tests/OscUnitTests.cpp
48 --- oscpack-org/tests/OscUnitTests.cpp 2006-11-20 14:49:38.000000000 +0100
49 +++ oscpack/tests/OscUnitTests.cpp 2008-04-23 19:37:33.000000000 +0200
50 @@ -29,6 +29,8 @@
52 #include "OscUnitTests.h"
54 +#include <string.h>
56 #include <iostream>
57 #include <iomanip>