libt2n: (tomj) don't use std::auto_ptr in command_client, the pointer will get lost...
[libt2n] / src / client.hxx
index 91c17b9..d4c2480 100644 (file)
@@ -20,6 +20,7 @@
 #define __LIBT2N_CLIENT
 
 #include <string>
+#include <iostream>
 
 #include "connection.hxx"
 #include "types.hxx"