commit | a86392ea9238efcb8d4077ce496eac1e575d876f | [log] [tgz] |
---|---|---|
author | David Benjamin <davidben@google.com> | Fri Apr 15 20:22:09 2016 -0400 |
committer | David Benjamin <davidben@google.com> | Fri Apr 15 20:27:44 2016 -0400 |
tree | 673121509503f22e18a43b07206adf575093b0fd | |
parent | e6af5228aa47300e4fe96a0f5068bb344c4b268d [diff] |
Fix IWYU errors. This fixes build errors with BoringSSL master. (The cpp file uses functions from bn.h and neither it nor the header includes it.) Change-Id: If7f38aa0b931aa7940079bc006c7283b31f3b774
diff --git a/verifier.cpp b/verifier.cpp index 6e15812..1d6cf81 100644 --- a/verifier.cpp +++ b/verifier.cpp
@@ -22,6 +22,7 @@ #include <algorithm> #include <memory> +#include <openssl/bn.h> #include <openssl/ecdsa.h> #include <openssl/obj_mac.h>