mirror of
https://github.com/TheLartians/ModernCppStarter.git
synced 2025-12-17 20:14:36 +03:00
seriously?!
This commit is contained in:
@@ -1,10 +1,5 @@
|
||||
#include <greeter.h>
|
||||
|
||||
#if defined(_WIN32) || defined(WIN32)
|
||||
// apparently this is required to concat strings
|
||||
# include <sstream>
|
||||
#endif
|
||||
|
||||
using namespace greeter;
|
||||
|
||||
Greeter::Greeter(std::string _name) : name(_name) {}
|
||||
|
||||
Reference in New Issue
Block a user