diff options
Diffstat (limited to 'client/client.h')
-rw-r--r-- | client/client.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/client/client.h b/client/client.h index 4d35e2e..5e01be9 100644 --- a/client/client.h +++ b/client/client.h @@ -8,7 +8,10 @@ #include <unistd.h> #endif -#include <iostream> #include <string> +#include <vector> + +#include "Logger.h" + #endif |