seriously?!

This commit is contained in:
Lars Melchior 2020-04-11 12:55:57 +02:00
parent 75e8f650ca
commit 812d740b4d
2 changed files with 5 additions and 5 deletions

View file

@ -2,6 +2,11 @@
#include <string>
#if defined(_WIN32) || defined(WIN32)
// apparently this is required to use strings in MSVC++
# include <sstream>
#endif
namespace greeter {
enum class LanguageCode { EN, DE, ES, FR };