updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / opendis-cpp / opendis-cpp-gcc44.diff
blob208e20b99917d094aa55dfb454cc10181deb6a84
1 --- open-dis-3.0.orig//cpp/DIS/FastEntityStatePdu.cpp 2008-10-31 18:04:34.000000000 +0100
2 +++ open-dis-3.0//cpp/DIS/FastEntityStatePdu.cpp 2010-08-29 05:52:15.179997475 +0200
3 @@ -1,4 +1,5 @@
4 -#include <DIS/FastEntityStatePdu.h>
5 +#include <DIS/FastEntityStatePdu.h>
6 +#include <cstring>
8 using namespace DIS;
10 --- open-dis-3.0.orig//cpp/DIS/Marking.cpp 2008-10-31 18:04:13.000000000 +0100
11 +++ open-dis-3.0//cpp/DIS/Marking.cpp 2010-08-29 06:16:38.560001841 +0200
12 @@ -1,4 +1,5 @@
13 -#include <DIS/Marking.h>
14 +#include <DIS/Marking.h>
15 +#include <cstring>
17 using namespace DIS;