Skip to content

Commit ac26577

Browse files
committed
tests: Include cstring instead of string.h
Noticed by clang-tidy.
1 parent dd351b9 commit ac26577

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_copy_invalid_slot.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
#include "testutilities.h"
66
#include <sigc++/sigc++.h>
7-
#include <string.h>
7+
#include <cstring>
88

99
namespace
1010
{

0 commit comments

Comments
 (0)