Skip to content

Commit

Permalink
Add back missing library
Browse files Browse the repository at this point in the history
  • Loading branch information
suranimaria committed Dec 5, 2024
1 parent 3d8c3a2 commit ae46641
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Auth.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

#include <jwt-cpp/jwt.h>

#include <cstdlib>

#include <chrono> // NOLINT(build/c++11)
#include <regex> // NOLINT(build/c++11)

#include <bsoncxx/json.hpp>
#include <bcrypt/BCrypt.hpp>


Expand Down

0 comments on commit ae46641

Please sign in to comment.