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
@ -34,6 +34,7 @@
|
||||
|
||||
#ifndef _FDT_HH_
|
||||
#define _FDT_HH_
|
||||
#include <algorithm>
|
||||
#include <unordered_map>
|
||||
#include <unordered_set>
|
||||
#include <memory>
|
||||
|
Loading…
Reference in New Issue
Block a user