From a86392ea9238efcb8d4077ce496eac1e575d876f Mon Sep 17 00:00:00 2001 From: David Benjamin Date: Fri, 15 Apr 2016 20:22:09 -0400 Subject: 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 --- verifier.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/verifier.cpp b/verifier.cpp index 6e1581272..1d6cf811a 100644 --- a/verifier.cpp +++ b/verifier.cpp @@ -22,6 +22,7 @@ #include #include +#include #include #include -- cgit v1.2.3