fixup headers in strftime.hpp, (missing <string>)

This commit is contained in:
Chris Beck 2014-10-24 19:40:38 -04:00
parent f6291d33eb
commit 7247d14535

View file

@ -16,6 +16,7 @@
#define STRFTIME_HPP_INCLUDED
#include <ctime>
#include <string>
namespace util {