[opengtl-commits] [174] fix compilation with gcc 4.3.0 |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/opengtl-commits Archives
]
Revision: 174
Author: cyrille
Date: 2008-05-19 13:17:01 +0200 (Mon, 19 May 2008)
Log Message:
-----------
fix compilation with gcc 4.3.0
Modified Paths:
--------------
trunk/OpenGTL/OpenGTL/GTLCore/Array.cpp
Modified: trunk/OpenGTL/OpenGTL/GTLCore/Array.cpp
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/Array.cpp 2008-05-19 11:03:09 UTC (rev 173)
+++ trunk/OpenGTL/OpenGTL/GTLCore/Array.cpp 2008-05-19 11:17:01 UTC (rev 174)
@@ -20,6 +20,8 @@
#include "Array.h"
+#include <string.h>
+
#include "Debug.h"
using namespace GTLCore;