From 5d95c76f867e48d496f33794350094494fb81578 Mon Sep 17 00:00:00 2001
From: namark <namark@disroot.org>
Date: Mon, 20 Sep 2021 19:42:34 +0400
Subject: [PATCH] Some missing includes.

---
 source/simple/support/random/distribution/diagonal.hpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/source/simple/support/random/distribution/diagonal.hpp b/source/simple/support/random/distribution/diagonal.hpp
index 554ec33..a939e8f 100644
--- a/source/simple/support/random/distribution/diagonal.hpp
+++ b/source/simple/support/random/distribution/diagonal.hpp
@@ -1,6 +1,8 @@
 #ifndef SIMPLE_SUPPORT_RANDOM_DISTRIBUTION_DIAGONAL_HPP
 #define SIMPLE_SUPPORT_RANDOM_DISTRIBUTION_DIAGONAL_HPP
 #include <algorithm>
+#include <ostream>
+#include <istream>
 #include "../../arithmetic.hpp"
 #include "../../algorithm.hpp"
 #include "../../array.hpp"
-- 
GitLab