Fix local_address

It included the list instead of the vector header.
This commit is contained in:
Markus Mäkelä
2018-02-05 09:33:40 +02:00
parent facb8d60f7
commit e670596486

View File

@ -15,7 +15,7 @@
#include <algorithm>
#include <iostream>
#include <iterator>
#include <list>
#include <vector>
#include <string>
#include <netinet/in.h>
#include <sys/types.h>