[opengtl-commits] [298] gcc 4.3 compilation fixes

[ Thread Index | Date Index | More lists.tuxfamily.org/opengtl-commits Archives ]


Revision: 298
Author:   cyrille
Date:     2008-07-03 12:56:27 +0200 (Thu, 03 Jul 2008)

Log Message:
-----------
gcc 4.3 compilation fixes

Modified Paths:
--------------
    tags/OpenGTL/0.9.4/OpenGTL/GTLCore/AbstractImage.cpp
    tags/OpenGTL/0.9.4/OpenGTL/GTLCore/BufferImage.cpp


Modified: tags/OpenGTL/0.9.4/OpenGTL/GTLCore/AbstractImage.cpp
===================================================================
--- tags/OpenGTL/0.9.4/OpenGTL/GTLCore/AbstractImage.cpp	2008-07-02 07:07:17 UTC (rev 297)
+++ tags/OpenGTL/0.9.4/OpenGTL/GTLCore/AbstractImage.cpp	2008-07-03 10:56:27 UTC (rev 298)
@@ -19,6 +19,8 @@
 
 #include "AbstractImage.h"
 
+#include <cstring>
+
 #include <GTLCore/PixelDescription.h>
 
 #include "Debug.h"

Modified: tags/OpenGTL/0.9.4/OpenGTL/GTLCore/BufferImage.cpp
===================================================================
--- tags/OpenGTL/0.9.4/OpenGTL/GTLCore/BufferImage.cpp	2008-07-02 07:07:17 UTC (rev 297)
+++ tags/OpenGTL/0.9.4/OpenGTL/GTLCore/BufferImage.cpp	2008-07-03 10:56:27 UTC (rev 298)
@@ -19,6 +19,8 @@
 
 #include "BufferImage.h"
 
+#include <cstring>
+
 #include <GTLCore/Buffer.h>
 
 #include "Debug.h"


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/