certi-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[certi-cvs] certi/libHLA HLAbasicType.hh


From: certi-cvs
Subject: [certi-cvs] certi/libHLA HLAbasicType.hh
Date: Thu, 06 Nov 2008 22:21:25 +0000

CVSROOT:        /sources/certi
Module name:    certi
Changes by:     Eric NOULARD <erk>      08/11/06 22:21:25

Modified files:
        libHLA         : HLAbasicType.hh 

Log message:
        gcc 4.3.2 fix.
        It was worried about "undefined" memcpy.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/certi/libHLA/HLAbasicType.hh?cvsroot=certi&r1=1.2&r2=1.3

Patches:
Index: HLAbasicType.hh
===================================================================
RCS file: /sources/certi/certi/libHLA/HLAbasicType.hh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- HLAbasicType.hh     3 Nov 2008 11:10:58 -0000       1.2
+++ HLAbasicType.hh     6 Nov 2008 22:21:24 -0000       1.3
@@ -11,13 +11,14 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 // Lesser General Public License for more details.
 //
-// $Id: HLAbasicType.hh,v 1.2 2008/11/03 11:10:58 gotthardp Exp $
+// $Id: HLAbasicType.hh,v 1.3 2008/11/06 22:21:24 erk Exp $
 // ----------------------------------------------------------------------------
 
 #ifndef _HLATYPES_BASICTYPE_HH
 #define _HLATYPES_BASICTYPE_HH
 
 #include <HLAbuffer.hh>
+#include <cstring>
 
 namespace libhla {
 
@@ -208,5 +209,5 @@
 
 #endif // _HLATYPES_BASICTYPE_HH
 
-// $Id: HLAbasicType.hh,v 1.2 2008/11/03 11:10:58 gotthardp Exp $
+// $Id: HLAbasicType.hh,v 1.3 2008/11/06 22:21:24 erk Exp $
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]