Compare commits

...

1 Commits

3 changed files with 3 additions and 0 deletions

View File

@@ -17,6 +17,7 @@
#include <string> #include <string>
#include <vector> #include <vector>
#include <cstdint>
#ifdef __clang__ #ifdef __clang__
#pragma clang diagnostic push #pragma clang diagnostic push

View File

@@ -13,6 +13,7 @@
#include <string> #include <string>
#include <iosfwd> #include <iosfwd>
#include <vector> #include <vector>
#include <cstdint>
namespace Catch { namespace Catch {

View File

@@ -13,6 +13,7 @@
#include <iomanip> #include <iomanip>
#include <type_traits> #include <type_traits>
#include <cstdint>
namespace Catch { namespace Catch {