mirror of
https://github.com/catchorg/Catch2.git
synced 2025-05-25 14:09:26 +00:00
Fixed Obj-C related #include ordering
This commit is contained in:
parent
83224e637f
commit
8152825e9f
4 changed files with 34 additions and 25 deletions
|
@ -28,6 +28,7 @@
|
|||
#include "internal/catch_generators.hpp"
|
||||
#include "internal/catch_interfaces_exception.h"
|
||||
#include "internal/catch_approx.hpp"
|
||||
#include "internal/catch_test_case_info.hpp"
|
||||
|
||||
#ifdef __OBJC__
|
||||
#include "internal/catch_objc.hpp"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue