[opengtl-commits] [176] fix compilation for gcc 4.3 |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/opengtl-commits Archives
]
Revision: 176
Author: cyrille
Date: 2008-05-19 13:34:46 +0200 (Mon, 19 May 2008)
Log Message:
-----------
fix compilation for gcc 4.3
Modified Paths:
--------------
trunk/OpenGTL/OpenGTL/GTLCore/String.cpp
Modified: trunk/OpenGTL/OpenGTL/GTLCore/String.cpp
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/String.cpp 2008-05-19 11:28:38 UTC (rev 175)
+++ trunk/OpenGTL/OpenGTL/GTLCore/String.cpp 2008-05-19 11:34:46 UTC (rev 176)
@@ -19,6 +19,7 @@
#include "String.h"
+#include <cstdlib>
#include <sstream>
using namespace GTLCore;