added LIBT2N_SET_DEFAULTGROUP
[libt2n] / examples / minimalistic-server.cpp
index 229fea5..90dbc22 100644 (file)
@@ -5,8 +5,6 @@
  ***************************************************************************/
 
 #include <string>
-#include <stdexcept>
-
 #include "minimalistic-stub.hxx"
 
 #include <socket_server.hxx>
@@ -14,6 +12,8 @@
 
 using namespace std;
 
+LIBT2N_SET_DEFAULTGROUP(example)
+
 LIBT2N_EXPORT string testfunc(const string& str) 
 {
     string ret;