Skip to content

Commit 8b35655

Browse files
committed
fix: cstring lib
1 parent 0271979 commit 8b35655

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/runtime/uv/dns.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Released under Apache 2.0 license as described in the file LICENSE.
55
Author: Sofia Rodrigues, Henrik Böving
66
*/
77
#include "runtime/uv/dns.h"
8+
#include <cstring>
89

910
namespace lean {
1011
#ifndef LEAN_EMSCRIPTEN

0 commit comments

Comments
 (0)