mirror of
https://github.com/catchorg/Catch2.git
synced 2025-06-03 10:27:57 +00:00
Factored Approx out into own file
This commit is contained in:
parent
95419e935c
commit
d7c203c3e9
4 changed files with 100 additions and 66 deletions
|
@ -29,6 +29,7 @@
|
|||
#include "internal/catch_section.hpp"
|
||||
#include "internal/catch_generators.hpp"
|
||||
#include "internal/catch_interfaces_exception.h"
|
||||
#include "internal/catch_approx.hpp"
|
||||
|
||||
#ifdef __OBJC__
|
||||
#include "internal/catch_objc.hpp"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue