Fix compilation error due to missing <string> include

This commit is contained in:
Adrian Frühwirth 2022-05-16 08:37:16 +02:00
parent e54e2f5b5e
commit d15482f4cf
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ this program. If not, see <https://www.gnu.org/licenses/>.
#pragma once
#include <memory>
#include <string>
#include <vector>
#include <time.h>