Unidiff1 files changed, 1 insertions, 0 deletions
|
|
|
@@ -1,12 +1,13 @@ |
1 | #include <iostream> |
1 | #include <iostream> |
2 | #include <fstream> |
2 | #include <fstream> |
3 | #include <algorithm> |
3 | #include <algorithm> |
4 | #include <iterator> |
4 | #include <iterator> |
| |
5 | #include <cstring> |
5 | #include <midillo/SMF.h> |
6 | #include <midillo/SMF.h> |
6 | |
7 | |
7 | namespace midillo { |
8 | namespace midillo { |
8 | using std::ifstream; |
9 | using std::ifstream; |
9 | using std::ofstream; |
10 | using std::ofstream; |
10 | using std::cin; |
11 | using std::cin; |
11 | using std::cout; |
12 | using std::cout; |
12 | using std::copy; |
13 | using std::copy; |
|