From 085c66fef9f3ece846cdfab85957f29d061d7ccc Mon Sep 17 00:00:00 2001 From: syntheticpp Date: Tue, 21 Mar 2006 20:50:22 +0000 Subject: [PATCH] fix include error git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@613 7ec92016-0320-0410-acc4-a06ded1c099a --- test/SmartPtr/main.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test/SmartPtr/main.cpp b/test/SmartPtr/main.cpp index 094136f..624d3b1 100644 --- a/test/SmartPtr/main.cpp +++ b/test/SmartPtr/main.cpp @@ -18,7 +18,7 @@ #include -#include "Base.h" +#include "base.h" // ---------------------------------------------------------------------------- @@ -930,6 +930,9 @@ int main( unsigned int , const char * [] ) // ---------------------------------------------------------------------------- // $Log$ +// Revision 1.4 2006/03/21 20:50:22 syntheticpp +// fix include error +// // Revision 1.3 2006/03/17 22:52:56 rich_sposato // Fixed bugs 1452805 and 1451835. Added Merge ability for RefLink policy. // Added more tests for SmartPtr.