From bee0af076f98b88dd79c401d0e589100e223d047 Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Fri, 8 Mar 2013 09:09:48 +0000 Subject: [PATCH] Adding include for NULL define in c++ --- intern/ghost/intern/GHOST_Path-api.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/intern/ghost/intern/GHOST_Path-api.cpp b/intern/ghost/intern/GHOST_Path-api.cpp index b61d321216f..04f6788f5b7 100644 --- a/intern/ghost/intern/GHOST_Path-api.cpp +++ b/intern/ghost/intern/GHOST_Path-api.cpp @@ -29,6 +29,7 @@ * \ingroup GHOST */ +#include #include "intern/GHOST_Debug.h" #include "GHOST_Types.h"