From 091eafefb347c25244f87696848085923e3a514f Mon Sep 17 00:00:00 2001 From: Brad King Date: Sat, 3 Mar 2007 15:43:31 -0500 Subject: COMP: All kwsys .hxx headers should include Configure.hxx. Re-enabling testAutoPtr. --- Source/kwsys/CMakeLists.txt | 2 +- Source/kwsys/auto_ptr.hxx.in | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Source/kwsys/CMakeLists.txt b/Source/kwsys/CMakeLists.txt index 25b5691..d174b97 100644 --- a/Source/kwsys/CMakeLists.txt +++ b/Source/kwsys/CMakeLists.txt @@ -871,7 +871,7 @@ IF(KWSYS_STANDALONE OR CMake_SOURCE_DIR) # C++ tests SET(KWSYS_CXX_TESTS - # testAutoPtr + testAutoPtr testHashSTL testRegistry testIOS diff --git a/Source/kwsys/auto_ptr.hxx.in b/Source/kwsys/auto_ptr.hxx.in index 4306884..e501ee9 100644 --- a/Source/kwsys/auto_ptr.hxx.in +++ b/Source/kwsys/auto_ptr.hxx.in @@ -14,6 +14,8 @@ #ifndef @KWSYS_NAMESPACE@_auto_ptr_hxx #define @KWSYS_NAMESPACE@_auto_ptr_hxx +#include <@KWSYS_NAMESPACE@/Configure.hxx> + namespace @KWSYS_NAMESPACE@ { -- cgit v0.12