Add missing header <sstream>

This commit is contained in:
Adrien Devresse 2017-03-08 22:24:10 +01:00
parent 121a407eec
commit d853877ce9

View file

@ -13,6 +13,7 @@
#include <limits>
#include <cstdio>
#include <map>
#include <sstream>
#ifndef HAVE_STRUCT_DIRENT_D_TYPE
#define DT_UNKNOWN 0