Skip to content

Commit a4af806

Browse files
author
Peter Thorson
committed
Update inline todo/docs add missing header file
1 parent 058b7bc commit a4af806

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

websocketpp/common/cpp11.hpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,11 @@
8888
#endif
8989

9090
#ifndef __GNUC__
91-
// GCC as of version 4.9 (latest) does not support std::put_time yet.
91+
// GCC as of version 4.9 does not support std::put_time yet.
9292
// so ignore it
9393
#define _WEBSOCKETPP_PUTTIME_
94+
95+
// todo: std::put_time may be present in version 5+
9496
#endif
9597
#else
9698
// In the absence of a blanket define, try to use compiler versions or

websocketpp/sha1/sha1.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ under the same license as the original, which is listed below.
3636
#ifndef SHA1_DEFINED
3737
#define SHA1_DEFINED
3838

39+
#include <cstddef>
40+
3941
namespace websocketpp {
4042
namespace sha1 {
4143

0 commit comments

Comments
 (0)