
#ifndef __SG_IOMANIP
#define __SG_IOMANIP 1

# include <iomanip.h>

namespace std {
   using ::setw;
};

#endif // !__SG_IOMANIP

