// file : clean/options-types.hxx -*- C++ -*- // copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef CLEAN_OPTIONS_TYPES_HXX #define CLEAN_OPTIONS_TYPES_HXX #include #include #include namespace brep { struct toolchain_timeouts: std::map {}; } #endif // CLEAN_OPTIONS_TYPES_HXX