diff options
author | Adrien Devresse <adrien.devresse@epfl.ch> | 2017-03-08T21·24+0100 |
---|---|---|
committer | Adrien Devresse <adrien.devresse@epfl.ch> | 2017-03-08T21·24+0100 |
commit | d853877ce92e0c202d70645bc716f2796a907cdc (patch) | |
tree | 54a7db6c13cd0d80611df7fe8c45896faa8ce6c4 /src/libutil/util.hh | |
parent | 121a407eecd4a176adbfbacf49735b3dfc303e79 (diff) |
Add missing header <sstream>
Diffstat (limited to 'src/libutil/util.hh')
-rw-r--r-- | src/libutil/util.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libutil/util.hh b/src/libutil/util.hh index 2950f7daa5ec..b74c1d41739a 100644 --- a/src/libutil/util.hh +++ b/src/libutil/util.hh @@ -13,6 +13,7 @@ #include <limits> #include <cstdio> #include <map> +#include <sstream> #ifndef HAVE_STRUCT_DIRENT_D_TYPE #define DT_UNKNOWN 0 |