Add missing includes

This commit is contained in:
Baptiste Wicht 2016-10-03 17:50:44 +02:00
parent e028a2c1e8
commit 9785864192
No known key found for this signature in database
GPG Key ID: C5566B6C7F884532
4 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,7 @@
#include <cstdio>
#include <cstring>
#include <cstdlib>
#include <type_traits.hpp>
#include <string.hpp>

View File

@ -7,6 +7,7 @@
#include <cstdio>
#include <cstring>
#include <cstdlib>
#include <string.hpp>

View File

@ -7,6 +7,7 @@
#include <cstdio>
#include <cstring>
#include <cstdlib>
#include <type_traits.hpp>
#include <string.hpp>

View File

@ -7,6 +7,7 @@
#include <cstdio>
#include <cstring>
#include <cstdlib>
#include <vector.hpp>
#include <algorithms.hpp>