- header for NULL

pull/5/head
Niels 2013-07-04 18:16:24 +02:00
parent d035fa581d
commit 23ada516aa
2 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,6 @@
#include <sstream>
#include <cstring>
#include <cstdlib>
#include <cstddef>
#ifdef __cplusplus11
using std::to_string;

View File

@ -7,6 +7,7 @@
// allow us to use "nullptr" everywhere
#ifndef nullptr
#include <cstddef>
#define nullptr NULL
#endif