Add missing include

This commit is contained in:
Baptiste Wicht 2016-09-03 23:28:06 +02:00
parent 4e105e2971
commit 5878ec6bec

View File

@ -8,6 +8,8 @@
#ifndef INITIALIZER_LIST_H
#define INITIALIZER_LIST_H
#include <types.hpp>
namespace std {
template <typename T>