Skip to content

Commit 2801978

Browse files
committed
fix include
1 parent 037d3fb commit 2801978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/base/string/cstring.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
#include <cctype>
4343
#include <cstdio>
4444
#include <sstream>
45-
#include <string.h>
45+
#include <cstring>
4646

4747
namespace MaxPlus {
4848

0 commit comments

Comments
 (0)