From 18d8968ae71333dc53255faf4e601ff8706f4288 Mon Sep 17 00:00:00 2001 From: DennisOSRM Date: Sun, 13 Oct 2013 17:55:50 +0200 Subject: [PATCH] add C include for NULL --- DataStructures/DeallocatingVector.h | 1 + 1 file changed, 1 insertion(+) diff --git a/DataStructures/DeallocatingVector.h b/DataStructures/DeallocatingVector.h index 89d8e2ce7..060fda0b9 100644 --- a/DataStructures/DeallocatingVector.h +++ b/DataStructures/DeallocatingVector.h @@ -22,6 +22,7 @@ or see http://www.gnu.org/licenses/agpl.txt. #define DEALLOCATINGVECTOR_H_ #include +#include #include #if __cplusplus > 199711L