From 72ee8e6542aec1234109414c954e16c85d78a314 Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Mon, 30 May 2005 17:26:38 -0400 Subject: ENH: Add support for iomanip --- Source/cmStandardIncludes.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Source/cmStandardIncludes.h b/Source/cmStandardIncludes.h index 52eff2a..468ca8f 100644 --- a/Source/cmStandardIncludes.h +++ b/Source/cmStandardIncludes.h @@ -71,9 +71,11 @@ public: #ifndef CMAKE_NO_ANSI_STREAM_HEADERS # include # include +# include #else # include # include +# include #endif #if !defined(CMAKE_NO_ANSI_STRING_STREAM) @@ -169,6 +171,12 @@ using ::ofstream; using ::endl; using ::ends; using ::flush; +using ::dec; +using ::hex; +using ::setw; +using ::setiosflags; +using ::setfill; +using ::setprecision; } // The string class is missing these operators so add them #if !defined(cmsys_STL_STRING_NEQ_CHAR_DEFINED) -- cgit v0.12