Add missing header in correct file.

This commit is contained in:
tschumann 2025-02-22 12:44:38 +10:00 committed by Nicholas Hastings
parent 266ace3bce
commit e4e48d4913
2 changed files with 1 additions and 1 deletions

View File

@ -2,6 +2,7 @@
#include <iostream> #include <iostream>
#include <string> #include <string>
#include <stdlib.h> #include <stdlib.h>
#include <string.h>
#include <time.h> #include <time.h>
using namespace std; using namespace std;

View File

@ -1,4 +1,3 @@
#include <string.h>
#include <iostream> #include <iostream>
#include <map> #include <map>
#include <string> #include <string>