From: Justin Viiret Date: Mon, 22 Aug 2016 02:37:46 +0000 (+1000) Subject: container.h: include X-Git-Tag: v4.4.0^2~91 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3bfef988fe9dd7f62ce3ea374a3219d130478cf0;p=thirdparty%2Fvectorscan.git container.h: include --- diff --git a/src/util/container.h b/src/util/container.h index 63e27743..e2cfb485 100644 --- a/src/util/container.h +++ b/src/util/container.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Intel Corporation + * Copyright (c) 2015-2016, Intel Corporation * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -41,6 +41,7 @@ #include #include #include +#include namespace ue2 { @@ -78,7 +79,9 @@ void insert(C *container, typename C::iterator pos, const D &donor) { } /** - * \brief Constructs a vector from a range bounded by the given pair of iterators. */ + * \brief Constructs a vector from a range bounded by the given pair of + * iterators. + */ template auto make_vector_from(const std::pair &range) -> std::vector {