[algs] Include <initializer_list>
This commit is contained in:
parent
c30f6834d0
commit
3604f5f248
|
@ -35,6 +35,7 @@
|
||||||
#include "hb-number.hh"
|
#include "hb-number.hh"
|
||||||
|
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
#include <initializer_list>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Flags
|
* Flags
|
||||||
|
|
|
@ -31,8 +31,6 @@
|
||||||
#include "hb.hh"
|
#include "hb.hh"
|
||||||
#include "hb-bit-set-invertible.hh"
|
#include "hb-bit-set-invertible.hh"
|
||||||
|
|
||||||
#include <initializer_list>
|
|
||||||
|
|
||||||
|
|
||||||
template <typename impl_t>
|
template <typename impl_t>
|
||||||
struct hb_sparseset_t
|
struct hb_sparseset_t
|
||||||
|
|
|
@ -31,8 +31,6 @@
|
||||||
#include "hb-array.hh"
|
#include "hb-array.hh"
|
||||||
#include "hb-null.hh"
|
#include "hb-null.hh"
|
||||||
|
|
||||||
#include <initializer_list>
|
|
||||||
|
|
||||||
|
|
||||||
template <typename Type>
|
template <typename Type>
|
||||||
struct hb_vector_t
|
struct hb_vector_t
|
||||||
|
|
Loading…
Reference in New Issue