[build] add missing include

This commit is contained in:
Timothy Stack 2022-07-07 11:00:19 -07:00
parent 7db3c7d3cf
commit 01031a9fa3
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@
# include <bzlib.h>
#endif
#include <algorithm>
#include <set>
#ifdef HAVE_X86INTRIN_H