[opengtl-commits] [299] compilation fixes for gcc 4.3 |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/opengtl-commits Archives
]
Revision: 299
Author: cyrille
Date: 2008-07-03 13:09:06 +0200 (Thu, 03 Jul 2008)
Log Message:
-----------
compilation fixes for gcc 4.3
Modified Paths:
--------------
trunk/OpenGTL/OpenGTL/GTLCore/AbstractImage.cpp
trunk/OpenGTL/OpenGTL/GTLCore/BufferImage.cpp
trunk/OpenGTL/OpenGTL/GTLImageIO/ImageDC.cpp
Modified: trunk/OpenGTL/OpenGTL/GTLCore/AbstractImage.cpp
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/AbstractImage.cpp 2008-07-03 10:56:27 UTC (rev 298)
+++ trunk/OpenGTL/OpenGTL/GTLCore/AbstractImage.cpp 2008-07-03 11:09:06 UTC (rev 299)
@@ -19,6 +19,8 @@
#include "AbstractImage.h"
+#include <cstring>
+
#include "Debug.h"
#include "PixelDescription.h"
#include "Region.h"
Modified: trunk/OpenGTL/OpenGTL/GTLCore/BufferImage.cpp
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/BufferImage.cpp 2008-07-03 10:56:27 UTC (rev 298)
+++ trunk/OpenGTL/OpenGTL/GTLCore/BufferImage.cpp 2008-07-03 11:09:06 UTC (rev 299)
@@ -19,6 +19,8 @@
#include "BufferImage.h"
+#include <cstring>
+
#include <GTLCore/Buffer.h>
#include "Debug.h"
Modified: trunk/OpenGTL/OpenGTL/GTLImageIO/ImageDC.cpp
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLImageIO/ImageDC.cpp 2008-07-03 10:56:27 UTC (rev 298)
+++ trunk/OpenGTL/OpenGTL/GTLImageIO/ImageDC.cpp 2008-07-03 11:09:06 UTC (rev 299)
@@ -19,6 +19,8 @@
#include "ImageDC.h"
+#include <algorithm>
+
#include <llvm/System/Path.h>
#include <GTLCore/String.h>