add C include for NULL

This commit is contained in:
DennisOSRM 2013-10-13 17:55:50 +02:00
parent 467cf73635
commit 18d8968ae7

View File

@ -22,6 +22,7 @@ or see http://www.gnu.org/licenses/agpl.txt.
#define DEALLOCATINGVECTOR_H_
#include <cassert>
#include <cstring>
#include <vector>
#if __cplusplus > 199711L