osrm-backend/include/storage/io_fwd.hpp
2022-12-20 18:00:11 +01:00

13 lines
176 B
C++

#ifndef OSRM_STORAGE_IO_FWD_HPP_
#define OSRM_STORAGE_IO_FWD_HPP_
namespace osrm::storage::io
{
class FileReader;
class FileWriter;
} // namespace osrm::storage::io
#endif