Include <string> in the new class (MSVC is complaining).

This commit is contained in:
Martín Lucas Golini
2020-05-28 19:07:44 -03:00
parent d6861d117b
commit f876de6d53

View File

@@ -3,6 +3,7 @@
#include <eepp/config.hpp>
#include <map>
#include <string>
#include <vector>
namespace EE { namespace Window {