mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-20 15:10:36 +08:00
13 lines
293 B
Diff
13 lines
293 B
Diff
|
diff --git a/include/rapidcheck/Random.h b/include/rapidcheck/Random.h
|
||
|
index e510673..4b01f58 100644
|
||
|
--- a/include/rapidcheck/Random.h
|
||
|
+++ b/include/rapidcheck/Random.h
|
||
|
@@ -3,6 +3,7 @@
|
||
|
#include <cstdint>
|
||
|
#include <array>
|
||
|
#include <limits>
|
||
|
+#include <iosfwd>
|
||
|
|
||
|
namespace rc {
|
||
|
|