reapack

Package manager for REAPER
Log | Files | Refs | Submodules | README | LICENSE

helper.hpp (341B)


      1 #include <ostream>
      2 #include <set>
      3 
      4 class Path;
      5 class Time;
      6 
      7 std::ostream &operator<<(std::ostream &, const std::set<Path> &);
      8 
      9 // include Catch only after having declared our ostream overloads
     10 #include <catch2/catch_test_macros.hpp>
     11 #include <catch2/matchers/catch_matchers_contains.hpp>
     12 #include <catch2/matchers/catch_matchers_string.hpp>