summarylogtreecommitdiffstats
path: root/xor_single.cpp.patch
blob: 4c9fc49728e7251f8c3e871f4bfdfc3763bfd2fb (plain)
1
2
3
4
5
6
7
8
9
10
11
--- xor_single.cpp.bad	2022-08-09 19:15:24.812204716 +0000
+++ xor_single.cpp	2022-08-09 19:15:31.518871323 +0000
@@ -1,7 +1,7 @@
 #include <ciphey/ciphers.hpp>
 
 #include <iostream>
-
+#include <utility>
 #include <array>
 
 namespace ciphey::xor_single {