From c99beec2cd3036d732d068690903a500e9fcd252 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Thu, 10 Aug 2017 21:18:29 -0400 Subject: [PATCH] Fix "error: use of undeclared identifier 'NULL'" on iOS --- neon.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/neon.cpp b/neon.cpp index 99c5c6b5..d37d653d 100644 --- a/neon.cpp +++ b/neon.cpp @@ -8,6 +8,7 @@ #include "pch.h" #include "config.h" +#include "stdcpp.h" #if defined(__linux__) # include