mirror of
https://github.com/mfontanini/libtins
synced 2026-01-23 02:35:57 +01:00
Add missing stdexcept include in routing_utils.cpp
This commit is contained in:
@@ -162,12 +162,12 @@ public:
|
||||
/**
|
||||
* Dereference and get the stored PDU
|
||||
*/
|
||||
value_type operator*();
|
||||
PDU& operator*();
|
||||
|
||||
/**
|
||||
* Dereference and get the stored PDU
|
||||
*/
|
||||
const value_type operator*() const;
|
||||
const PDU& operator*() const;
|
||||
private:
|
||||
pointer pdu_;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user