/* Hapy is a public domain software. See Hapy README file for the details. */ #ifndef HAPY_DEEP_PRINT__H #define HAPY_DEEP_PRINT__H #include #include namespace Hapy { typedef std::set DeepPrinted; } // namespace #endif