// -*- C++ -*- // CLASSDOC OFF // $Id: iomanip.h,v 1.1 2004/01/12 09:03:54 mjg Exp $ // --------------------------------------------------------------------------- // CLASSDOC ON // // This file is a part of the CLHEP - a Class Library for High Energy Physics. // // Work around compiler annoyance with iomanip[.h] // #ifndef HEP_IOMANIP_H #define HEP_IOMANIP_H #include "CLHEP/config/CLHEP.h" #ifndef HEP_USE_STD #include #else #include #endif #endif /* HEP_IOMANIP_H */