From fc8c8d0cd3a0a58316eba104cc91a7d7a4adbb82 Mon Sep 17 00:00:00 2001 From: ucko Date: Fri, 31 May 2024 01:17:05 +0000 Subject: [PATCH] BLAST vdb/common_priv.h: #include ahead of VDB headers. They're not fully self-contained on FreeBSD as of VDB 3.1.1. JIRA: CXX-13615. git-svn-id: https://anonsvn.ncbi.nlm.nih.gov/repos/v1/trunk/c++@102560 78c7ea69-d796-4a43-9a09-de51944f1b03 --- src/algo/blast/vdb/common_priv.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/algo/blast/vdb/common_priv.h b/src/algo/blast/vdb/common_priv.h index 43ce5d60a2d..bdd0a0ffea1 100644 --- a/src/algo/blast/vdb/common_priv.h +++ b/src/algo/blast/vdb/common_priv.h @@ -91,6 +91,9 @@ #include #include +// System include, explicitly needed on FreeBSD as of VDB 3.1.1. +#include + // VDB includes #include #include