Added some missing cstring includes

This commit is contained in:
Phil Nash 2017-06-29 11:43:20 +01:00
parent 60f25c7ffd
commit f9ce8fd03b
2 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,8 @@
#include "catch.hpp"
#include <cstring>
TEST_CASE( "String", "[Strings]" ) {
using Catch::String;

View File

@ -3,6 +3,8 @@
#include "catch.hpp"
#include <cstring>
namespace Catch {
// Implementation of test accessors