mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Fix build issue with clang 8.0.1
The algorithm header is needed to use std::remove_if
This commit is contained in:
parent
595d5338fa
commit
8edae83905
1 changed files with 1 additions and 0 deletions
|
|
@ -34,6 +34,7 @@
|
|||
|
||||
#ifndef _FDT_HH_
|
||||
#define _FDT_HH_
|
||||
#include <algorithm>
|
||||
#include <unordered_map>
|
||||
#include <unordered_set>
|
||||
#include <memory>
|
||||
|
|
|
|||
Loading…
Reference in a new issue