Skip to content

Commit a933213

Browse files
committed
fix missing include
1 parent f61d86c commit a933213

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/base/string/cstring.cc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,9 @@
3939
*/
4040

4141
#include "base/string/cstring.h"
42-
#include <algorithm>
4342
#include <cctype>
4443
#include <cstdio>
45-
#include <regex>
46-
#include <sstream>
44+
#include <string.h>
4745

4846
namespace MaxPlus {
4947

0 commit comments

Comments
 (0)