summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2017-04-21 14:50:28 +0200
committerMurray Cumming <murrayc@murrayc.com>2017-07-21 08:20:57 +0200
commitac2657791b7a94162cb9addacc5c0cb15913dcf6 (patch)
tree0ae9a67a2b2e09d0e1f38ec1fc47ce8d4ce82357
parentdd351b9f4b83035fd8f916a87f91ab7a18ff9b78 (diff)
downloadsigc++-ac2657791b7a94162cb9addacc5c0cb15913dcf6.tar.gz
tests: Include cstring instead of string.h
Noticed by clang-tidy.
-rw-r--r--tests/test_copy_invalid_slot.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_copy_invalid_slot.cc b/tests/test_copy_invalid_slot.cc
index 48bbfd8..6b85f60 100644
--- a/tests/test_copy_invalid_slot.cc
+++ b/tests/test_copy_invalid_slot.cc
@@ -4,7 +4,7 @@
#include "testutilities.h"
#include <sigc++/sigc++.h>
-#include <string.h>
+#include <cstring>
namespace
{