fix: Fixed vector import.

This commit is contained in:
polistern
2022-01-19 06:23:59 +00:00
parent 9e65732383
commit b0888f4129
2 changed files with 1 additions and 3 deletions

View File

@ -12,7 +12,6 @@
#include <cstdlib>
#include <cstring>
#include <ctime>
#include <vector>
#include "i2psam.h"

View File

@ -56,7 +56,6 @@
//#ifdef __cplusplus
//#include <cstdarg>
#include <stdio.h>
#include <cstdint>
#include <list>
@ -64,10 +63,10 @@
#include <string>
#include <thread>
#include <utility>
#include <vector>
#include "compat.h"
//ToDo: clean pure C code, keep only C++
namespace SAM {
typedef u_int SOCKET;