Commit e771fcb9 authored by aligungr's avatar aligungr

stdexcept fix

parent 5bbebdf2
......@@ -7,6 +7,7 @@
//
#include "base.hpp"
#include <stdexcept>
void nas::EncodeBcdString(OctetString &stream, const std::string &bcd, size_t octetLength, bool skipFirst,
int skippedHalfOctet)
......
......@@ -9,6 +9,7 @@
#include "eap.hpp"
#include <memory>
#include <stdexcept>
OctetString eap::EapAttributes::getRand() const
{
......
......@@ -7,6 +7,7 @@
//
#include "encode.hpp"
#include <stdexcept>
namespace nas
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment