VS2019 seems to complain if std::string is used but <string> is not actually #included.

This commit is contained in:
Wedge009 2019-04-05 17:45:41 +11:00
parent c8ef0318ad
commit bd086f92d6
2 changed files with 2 additions and 0 deletions

View file

@ -18,6 +18,7 @@ class CVideo;
#include <cassert>
#include <vector>
#include <string>
#include "utils/functional.hpp"

View file

@ -16,6 +16,7 @@
#include <map>
#include <exception>
#include <string>
#include "utils/functional.hpp"