mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-02 12:14:44 +02:00
Added some missing cstring includes
This commit is contained in:
@@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
#include "catch.hpp"
|
#include "catch.hpp"
|
||||||
|
|
||||||
|
#include <cstring>
|
||||||
|
|
||||||
TEST_CASE( "String", "[Strings]" ) {
|
TEST_CASE( "String", "[Strings]" ) {
|
||||||
using Catch::String;
|
using Catch::String;
|
||||||
|
|
||||||
|
@@ -3,6 +3,8 @@
|
|||||||
|
|
||||||
#include "catch.hpp"
|
#include "catch.hpp"
|
||||||
|
|
||||||
|
#include <cstring>
|
||||||
|
|
||||||
namespace Catch {
|
namespace Catch {
|
||||||
|
|
||||||
// Implementation of test accessors
|
// Implementation of test accessors
|
||||||
|
Reference in New Issue
Block a user