From dae85e28e21390d3cc3a65e1e061f1b7600049b4 Mon Sep 17 00:00:00 2001 From: jbeder Date: Thu, 4 Aug 2011 18:47:37 +0000 Subject: [PATCH] Included for NULL --- src/ptr_stack.h | 1 + src/ptr_vector.h | 1 + 2 files changed, 2 insertions(+) diff --git a/src/ptr_stack.h b/src/ptr_stack.h index 4c6af11..03dd364 100644 --- a/src/ptr_stack.h +++ b/src/ptr_stack.h @@ -6,6 +6,7 @@ #endif #include "yaml-cpp/noncopyable.h" +#include #include #include #include diff --git a/src/ptr_vector.h b/src/ptr_vector.h index aa103b8..d1742a3 100644 --- a/src/ptr_vector.h +++ b/src/ptr_vector.h @@ -6,6 +6,7 @@ #endif #include "yaml-cpp/noncopyable.h" +#include #include #include #include