lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 7a1e1e8 025/156: Include the missing <cstring


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 7a1e1e8 025/156: Include the missing <cstring> header
Date: Tue, 30 Jan 2018 17:21:58 -0500 (EST)

branch: master
commit 7a1e1e8f18432756701eb70a1ef4be0077b5c427
Author: Vadim Zeitlin <address@hidden>
Commit: Vadim Zeitlin <address@hidden>

    Include the missing <cstring> header
    
    This is required to use std::strlen().
---
 html.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/html.cpp b/html.cpp
index e0f0738..6fef268 100644
--- a/html.cpp
+++ b/html.cpp
@@ -23,6 +23,8 @@
 
 #include "html.hpp"
 
+#include <cstring>
+
 namespace html
 {
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]