VS2019 seems to complain if std::string is used but <string> is not actually #included.
This commit is contained in:
parent
c8ef0318ad
commit
bd086f92d6
2 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,7 @@ class CVideo;
|
|||
|
||||
#include <cassert>
|
||||
#include <vector>
|
||||
#include <string>
|
||||
|
||||
#include "utils/functional.hpp"
|
||||
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
|
||||
#include <map>
|
||||
#include <exception>
|
||||
#include <string>
|
||||
|
||||
#include "utils/functional.hpp"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue