[opengtl-commits] [212] stdlib.h is required for abort on more recent version of glibc |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/opengtl-commits Archives
]
Revision: 212
Author: cyrille
Date: 2008-06-21 17:51:05 +0200 (Sat, 21 Jun 2008)
Log Message:
-----------
stdlib.h is required for abort on more recent version of glibc
Modified Paths:
--------------
trunk/OpenGTL/OpenGTL/GTLCore/Debug.h
Modified: trunk/OpenGTL/OpenGTL/GTLCore/Debug.h
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/Debug.h 2008-06-21 08:51:21 UTC (rev 211)
+++ trunk/OpenGTL/OpenGTL/GTLCore/Debug.h 2008-06-21 15:51:05 UTC (rev 212)
@@ -21,6 +21,7 @@
#define _OPENGTL_DEBUG_H_
#include <iostream>
+#include <stdlib.h>
namespace GTLCore {
class ScopedName;