Skip to content

Commit de87fd1

Browse files
committed
fixed headers
1 parent 2096295 commit de87fd1

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

source/include/Base64.hpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
#include <iostream>
88
#include <vector>
99
#include <string>
10+
#include <algorithm> // for std::remove_if, std::all_of
11+
#include <cstring> // for strchr
12+
#include <string> // for std::string
1013

1114
class Base64 {
1215
public:

0 commit comments

Comments
 (0)