Skip to content

Commit

Permalink
BLAST vdb/common_priv.h: #include <time.h> ahead of VDB headers.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
ucko authored and gouriano committed Jun 4, 2024
1 parent 0a2aa42 commit fc8c8d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/algo/blast/vdb/common_priv.h
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@
#include <algo/blast/core/blast_util.h>
#include <corelib/ncbi_limits.h>

// System include, explicitly needed on FreeBSD as of VDB 3.1.1.
#include <time.h>

// VDB includes
#include <ncbi/vdb-blast.h>
#include <ncbi/vdb-blast-priv.h>
Expand Down

0 comments on commit fc8c8d0

Please sign in to comment.