From 9fbcfe9ec52af2c820d13499ce1a6b4bf4159c7e Mon Sep 17 00:00:00 2001 From: Jesse Beder Date: Tue, 3 May 2011 21:55:49 +0000 Subject: [PATCH] Added include for using 'NULL' (apparently gcc 4.6 is more strict) --- src/contrib/graphbuilderadapter.h | 1 + src/ptr_stack.h | 1 + src/ptr_vector.h | 1 + 3 files changed, 3 insertions(+) diff --git a/src/contrib/graphbuilderadapter.h b/src/contrib/graphbuilderadapter.h index 8e5cc07..4f0b80c 100644 --- a/src/contrib/graphbuilderadapter.h +++ b/src/contrib/graphbuilderadapter.h @@ -5,6 +5,7 @@ #pragma once #endif +#include #include #include #include "yaml-cpp/eventhandler.h" diff --git a/src/ptr_stack.h b/src/ptr_stack.h index 75fc923..4c6af11 100644 --- a/src/ptr_stack.h +++ b/src/ptr_stack.h @@ -6,6 +6,7 @@ #endif #include "yaml-cpp/noncopyable.h" +#include #include #include diff --git a/src/ptr_vector.h b/src/ptr_vector.h index e798208..aa103b8 100644 --- a/src/ptr_vector.h +++ b/src/ptr_vector.h @@ -6,6 +6,7 @@ #endif #include "yaml-cpp/noncopyable.h" +#include #include #include