From c06b4206f267cf27b067906bb68ee5d8b2b9fb40 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Tue, 13 Aug 2002 15:58:12 +0000 Subject: [PATCH] #include added. [SVN r14813] --- shared_ptr_test.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shared_ptr_test.cpp b/shared_ptr_test.cpp index 07a2528..262a9b5 100644 --- a/shared_ptr_test.cpp +++ b/shared_ptr_test.cpp @@ -22,6 +22,8 @@ #include #include +#include + bool boost_error(char const *, char const *, char const *, long) { return true;