mirror of
https://github.com/mfontanini/libtins
synced 2026-01-24 19:21:35 +01:00
Add missing stdexcept include in routing_utils.cpp
This commit is contained in:
@@ -55,6 +55,7 @@
|
||||
#endif
|
||||
#include <set>
|
||||
#include <fstream>
|
||||
#include <stdexcept>
|
||||
#include "network_interface.h"
|
||||
|
||||
using std::vector;
|
||||
@@ -62,6 +63,7 @@ using std::string;
|
||||
using std::set;
|
||||
using std::ifstream;
|
||||
using std::istream;
|
||||
using std::runtime_error;
|
||||
|
||||
namespace Tins {
|
||||
namespace Utils {
|
||||
|
||||
Reference in New Issue
Block a user