Author: luporl
Date: Fri May 10 17:05:40 2019
New Revision: 347445
URL: https://svnweb.freebsd.org/changeset/base/347445

Log:
  Fix build issue with clang 8.0.1
  
  The algorithm header is needed to use std::remove_if

Modified:
  head/usr.bin/dtc/fdt.hh

Modified: head/usr.bin/dtc/fdt.hh
==============================================================================
--- head/usr.bin/dtc/fdt.hh     Fri May 10 16:58:05 2019        (r347444)
+++ head/usr.bin/dtc/fdt.hh     Fri May 10 17:05:40 2019        (r347445)
@@ -34,6 +34,7 @@
 
 #ifndef _FDT_HH_
 #define _FDT_HH_
+#include <algorithm>
 #include <unordered_map>
 #include <unordered_set>
 #include <memory>
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to