aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/obsolete/numptyphysics/numptyphysics/gcc43.diff
blob: 2658771555dcf9b96ea3d1974609aad8938bf2a4 (plain)
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
--- /tmp/Common.h	2008-08-08 15:47:57.000000000 +0200
+++ trunk/Common.h	2008-08-08 15:48:08.403198000 +0200
@@ -14,6 +14,7 @@
  *
  */
 
+#include <cstring>
 #ifndef COMMON_H
 #define COMMON_H
 
--- /tmp/b2Body.h	2008-08-08 15:51:13.000000000 +0200
+++ trunk/Box2D/Source/Dynamics/b2Body.h	2008-08-08 15:52:26.583198000 +0200
@@ -24,6 +24,7 @@
 #include "../Collision/b2Shape.h"
 
 #include <memory>
+#include <cstring>
 
 class b2Joint;
 class b2Contact;
--- /tmp/b2BroadPhase.cpp	2008-08-08 15:53:43.000000000 +0200
+++ trunk/Box2D/Source/Collision/b2BroadPhase.cpp	2008-08-08 15:54:04.913198000 +0200
@@ -18,6 +18,7 @@
 
 #include "b2BroadPhase.h"
 #include <algorithm>
+#include <cstring>
 
 // Notes:
 // - we use bound arrays instead of linked lists for cache coherence.
--- /tmp/b2PolyContact.cpp	2008-08-08 15:55:01.000000000 +0200
+++ trunk/Box2D/Source/Dynamics/Contacts/b2PolyContact.cpp	2008-08-08 15:56:15.553198000 +0200
@@ -21,6 +21,7 @@
 
 #include <memory>
 #include <new>
+#include <cstring>
 
 b2Contact* b2PolyContact::Create(b2Shape* shape1, b2Shape* shape2, b2BlockAllocator* allocator)
 {
--- /tmp/b2BlockAllocator.cpp	2008-08-08 15:57:02.000000000 +0200
+++ trunk/Box2D/Source/Common/b2BlockAllocator.cpp	2008-08-08 15:57:35.833198000 +0200
@@ -20,6 +20,7 @@
 #include <cstdlib>
 #include <memory>
 #include <climits>
+#include <cstring>
 
 int32 b2BlockAllocator::s_blockSizes[b2_blockSizes] = 
 {