From f8acb0fde01142bf53d1ccce32ab0941ecb430f0 Mon Sep 17 00:00:00 2001
From: Regis Boudin <regis@debian.org>
Date: Mon, 23 Apr 2012 22:52:11 +0200
Subject: [PATCH] Fix FTBFS with GCC 4.7

Add a missing include in the headers.
---
 library/tulip/include/tulip/SimpleVector.h |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/library/tulip/include/tulip/SimpleVector.h b/library/tulip/include/tulip/SimpleVector.h
index 3c5076c..32a3a03 100755
--- a/library/tulip/include/tulip/SimpleVector.h
+++ b/library/tulip/include/tulip/SimpleVector.h
@@ -21,6 +21,8 @@
 #ifndef _SIMPLE_VECTOR_H_
 #define _SIMPLE_VECTOR_H_
 
+#include <cstdlib>
+
 namespace tlp {
 
 // SimpleVector
-- 
1.7.10

