Add missing header in correct file.

This commit is contained in:
tschumann 2025-02-22 12:44:38 +10:00
parent b9704a4c44
commit fb47305d8b
2 changed files with 1 additions and 1 deletions

View File

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

View File

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