aboutsummaryrefslogtreecommitdiff
path: root/ports/rapidcheck/fix-addiosfwd.patch
blob: 016f859c2384a41bb026a05d1eb84b24cf050178 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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 {