Fix build issue with clang 8.0.1

The algorithm header is needed to use std::remove_if
This commit is contained in:
Leandro Lupori 2019-05-10 17:05:40 +00:00
parent 595d5338fa
commit 8edae83905

View File

@ -34,6 +34,7 @@
#ifndef _FDT_HH_
#define _FDT_HH_
#include <algorithm>
#include <unordered_map>
#include <unordered_set>
#include <memory>