| commit | 8152825e9fc89c227ad865beb60c9e5d1d1c83a7 | [log] [tgz] |
|---|---|---|
| author | Phil Nash <phil@twobluecubes.com> | Mon Aug 15 09:06:31 2011 +0100 |
| committer | Phil Nash <phil@twobluecubes.com> | Mon Aug 15 09:06:31 2011 +0100 |
| tree | 29243445ce6ef605b661a59c5eccc4cae0a68733 | |
| parent | 83224e637fed18ccba47114c46c378015c6199d3 [diff] [blame] |
Fixed Obj-C related #include ordering
diff --git a/include/catch.hpp b/include/catch.hpp index 0b0bb62..d314d3c 100644 --- a/include/catch.hpp +++ b/include/catch.hpp
@@ -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"