Skip to content

Commit f94271c

Browse files
Update ciphers/hill_cipher.cpp
1 parent deaecb9 commit f94271c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ciphers/hill_cipher.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
#include <cassert>
3737
#include <cmath>
38-
#include <cstdint> /// for integral typedefs
38+
#include <cstdint>
3939
#include <cstring>
4040
#include <ctime>
4141
#include <fstream>

0 commit comments

Comments
 (0)