mirror of
https://github.com/mfontanini/libtins
synced 2026-01-25 11:41:35 +01:00
Fix more build issues on appveyor
This commit is contained in:
@@ -57,6 +57,7 @@
|
||||
#include <fstream>
|
||||
#include <stdexcept>
|
||||
#include "network_interface.h"
|
||||
#include "exceptions.h"
|
||||
|
||||
using std::vector;
|
||||
using std::string;
|
||||
@@ -319,7 +320,7 @@ vector<Route6Entry> route6_entries() {
|
||||
entry.metric = row->Metric;
|
||||
output.push_back(entry);
|
||||
}
|
||||
catch (invalid_interface&) {
|
||||
catch (const invalid_interface&) {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user