forked from catchorg/Catch2
Add missing cstdint includes to avoid compiler errors because of unknown symbols uint32_t and so on
This commit is contained in:
@ -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