seriously?!
This commit is contained in:
parent
75e8f650ca
commit
812d740b4d
2 changed files with 5 additions and 5 deletions
|
@ -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 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue