mirror of
https://projects.vdr-developer.org/git/vdr-plugin-streamdev.git
synced 2023-10-10 19:16:51 +02:00
Added #include <string>
This commit is contained in:
parent
1866716471
commit
0cf406ed3a
@ -9,6 +9,7 @@
|
||||
#include "common.h"
|
||||
|
||||
#include <map>
|
||||
#include <string>
|
||||
|
||||
typedef std::map<std::string,std::string> tStrStrMap;
|
||||
typedef std::pair<std::string,std::string> tStrStr;
|
||||
|
Loading…
Reference in New Issue
Block a user