Skip to content

Commit

Permalink
[fix] Add missing header includes
Browse files Browse the repository at this point in the history
  • Loading branch information
pajama-coder committed Jan 10, 2025
1 parent 2da5097 commit a2c4bb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/api/crypto.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@

#include <openssl/bio.h>
#include <openssl/bn.h>
#include <openssl/crypto.h>
#include <openssl/engine.h>
#include <openssl/err.h>
#include <openssl/evp.h>
Expand Down
1 change: 1 addition & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
#include <tuple>

#include <openssl/opensslv.h>
#include <openssl/conf.h>

using namespace pipy;

Expand Down

0 comments on commit a2c4bb3

Please sign in to comment.