]> git.pld-linux.org Git - packages/flyer.git/blob - flyer-box2d-include-string.patch
- initial
[packages/flyer.git] / flyer-box2d-include-string.patch
1 --- flyer-0.1/Box2D/Collision/b2BroadPhase.cpp~ 2008-10-01 09:25:40.000000000 +0200
2 +++ flyer-0.1/Box2D/Collision/b2BroadPhase.cpp  2008-10-01 20:40:48.000000000 +0200
3 @@ -18,6 +18,7 @@
4  
5  #include "b2BroadPhase.h"
6  #include <algorithm>
7 +#include <string.h>
8  
9  // Notes:
10  // - we use bound arrays instead of linked lists for cache coherence.
11 --- flyer-0.1/Box2D/Common/b2BlockAllocator.cpp~        2008-10-01 09:25:37.000000000 +0200
12 +++ flyer-0.1/Box2D/Common/b2BlockAllocator.cpp 2008-10-01 20:44:42.000000000 +0200
13 @@ -20,6 +20,7 @@
14  #include <cstdlib>
15  #include <memory>
16  #include <climits>
17 +#include <string.h>
18  
19  int32 b2BlockAllocator::s_blockSizes[b2_blockSizes] = 
20  {
21 --- flyer-0.1/Box2D/Dynamics/Contacts/b2CircleContact.cpp~      2008-10-01 09:25:34.000000000 +0200
22 +++ flyer-0.1/Box2D/Dynamics/Contacts/b2CircleContact.cpp       2008-10-01 20:48:31.000000000 +0200
23 @@ -22,6 +22,7 @@
24  #include "../../Common/b2BlockAllocator.h"
25  
26  #include <new>
27 +#include <string.h>
28  
29  b2Contact* b2CircleContact::Create(b2Shape* shape1, b2Shape* shape2, b2BlockAllocator* allocator)
30  {
31 --- flyer-0.1/Box2D/Dynamics/Contacts/b2PolyAndCircleContact.cpp~       2008-10-01 09:25:34.000000000 +0200
32 +++ flyer-0.1/Box2D/Dynamics/Contacts/b2PolyAndCircleContact.cpp        2008-10-01 20:50:15.000000000 +0200
33 @@ -22,6 +22,7 @@
34  #include "../../Common/b2BlockAllocator.h"
35  
36  #include <new>
37 +#include <string.h>
38  
39  b2Contact* b2PolyAndCircleContact::Create(b2Shape* shape1, b2Shape* shape2, b2BlockAllocator* allocator)
40  {
41 --- flyer-0.1/Box2D/Dynamics/Contacts/b2PolyContact.cpp~        2008-10-01 09:25:34.000000000 +0200
42 +++ flyer-0.1/Box2D/Dynamics/Contacts/b2PolyContact.cpp 2008-10-01 20:51:46.000000000 +0200
43 @@ -23,6 +23,7 @@
44  
45  #include <memory>
46  #include <new>
47 +#include <string.h>
48  
49  b2Contact* b2PolygonContact::Create(b2Shape* shape1, b2Shape* shape2, b2BlockAllocator* allocator)
50  {
This page took 0.076327 seconds and 3 git commands to generate.