Add CMakeLists.txt file and fix missing include<string>

This commit is contained in:
Tan Wei
2019-04-18 12:12:43 +08:00
parent 7c8a9e150f
commit 1f787679b8
5 changed files with 51 additions and 0 deletions

View File

@@ -10,6 +10,7 @@
#include <iostream>
#include <vector>
#include <string>
class Mediator;