From c3162fd8b6b837392b915f501e06368396ce20f6 Mon Sep 17 00:00:00 2001 From: Arsentiy Milchakov Date: Fri, 12 May 2017 13:07:45 +0300 Subject: std migration generator --- base/stl_add.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'base') diff --git a/base/stl_add.hpp b/base/stl_add.hpp index 37476d0bc1..34bc821ab6 100644 --- a/base/stl_add.hpp +++ b/base/stl_add.hpp @@ -2,11 +2,14 @@ #include #include +#include #include #include namespace my { +typedef std::initializer_list StringIL; + /// @todo(y): replace this hand-written helper function by /// std::make_unique when it will be available in C++14 template -- cgit v1.2.3