| commit | cb2fceb1198252d718ae9613b73d4146bf4f204a | [log] [tgz] |
|---|---|---|
| author | Martin Hořeňovský <martin.horenovsky@gmail.com> | Mon Aug 21 14:58:50 2017 +0200 |
| committer | Martin Hořeňovský <martin.horenovsky@gmail.com> | Mon Aug 21 14:58:50 2017 +0200 |
| tree | d470c9ca1f7d42ac5cc347cb317cd9e62d5e0df4 | |
| parent | 49f5919c4130762df35571a7f39edf6aa29d0286 [diff] [blame] |
Force include catch_platform.h before any if-defs Closes #994
diff --git a/include/catch.hpp b/include/catch.hpp index db1f366..c109926 100644 --- a/include/catch.hpp +++ b/include/catch.hpp
@@ -22,6 +22,8 @@ # define CATCH_CONFIG_EXTERNAL_INTERFACES #endif +#include "internal/catch_platform.h" + #ifdef CATCH_IMPL # ifndef CLARA_CONFIG_MAIN # define CLARA_CONFIG_MAIN_NOT_DEFINED