#ifndef SPROUT_COMPOST_ANALYSES_DFT_HPP #define SPROUT_COMPOST_ANALYSES_DFT_HPP #include #include namespace sprout { namespace compost { namespace analyses { // // dft // using sprout::adaptors::dft; } // namespace analyses using sprout::compost::analyses::dft; } // namespace compost } // namespace sprout #endif // #ifndef SPROUT_COMPOST_ANALYSES_DFT_HPP