Skip to content

Commit fe0eec7

Browse files
author
Thomas Schatzl
committedJan 29, 2024
8324840: windows-x64-slowdebug does not build anymore after JDK-8317572
Reviewed-by: epeter
1 parent 4df04f0 commit fe0eec7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎src/hotspot/share/utilities/stringUtils.hpp

+2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727

2828
#include "memory/allStatic.hpp"
2929

30+
#include <string.h>
31+
3032
class StringUtils : AllStatic {
3133
public:
3234
// Replace the substring <from> with another string <to>. <to> must be

0 commit comments

Comments
 (0)
Please sign in to comment.