Skip to content

Commit

Permalink
stdexcept fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aligungr committed Feb 28, 2021
1 parent c138821 commit e20b295
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/ue/nas/enc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#include "enc.hpp"

#include <crypt/crypt.hpp>
#include <stdexcept>

namespace nr::ue::nas_enc
{
Expand Down
1 change: 1 addition & 0 deletions src/ue/nas/keys.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

#include "keys.hpp"
#include <crypt/crypt.hpp>
#include <stdexcept>

static const int N_NAS_enc_alg = 0x01;
static const int N_NAS_int_alg = 0x02;
Expand Down

0 comments on commit e20b295

Please sign in to comment.