diff options
author | Simon Warta <[email protected]> | 2015-07-16 15:56:29 +0200 |
---|---|---|
committer | Simon Warta <[email protected]> | 2015-07-16 15:56:29 +0200 |
commit | acac09fc411eeb8d52f4565ba50c057298552679 (patch) | |
tree | bb9b8813a08928aebd83f7880745426cb018ebd3 /src | |
parent | 1b1f3c936eb83ca2edeccb664ebcb1fecbff64ef (diff) |
Add missing include <string> in calendar.h
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/utils/calendar.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/utils/calendar.h b/src/lib/utils/calendar.h index aa34d8448..0c87e62dd 100644 --- a/src/lib/utils/calendar.h +++ b/src/lib/utils/calendar.h @@ -11,6 +11,7 @@ #include <botan/types.h> #include <chrono> +#include <string> namespace Botan { |