forked from catchorg/Catch2
Compare commits
1 Commits
devel-unre
...
add_cstdin
Author | SHA1 | Date | |
---|---|---|---|
181265e9a6 |
@ -17,6 +17,7 @@
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <cstdint>
|
||||
|
||||
#ifdef __clang__
|
||||
#pragma clang diagnostic push
|
||||
|
@ -13,6 +13,7 @@
|
||||
#include <string>
|
||||
#include <iosfwd>
|
||||
#include <vector>
|
||||
#include <cstdint>
|
||||
|
||||
namespace Catch {
|
||||
|
||||
|
@ -13,6 +13,7 @@
|
||||
|
||||
#include <iomanip>
|
||||
#include <type_traits>
|
||||
#include <cstdint>
|
||||
|
||||
namespace Catch {
|
||||
|
||||
|
Reference in New Issue
Block a user