2
0
mirror of https://github.com/catchorg/Catch2 synced 2026-02-14 13:22:11 +00:00

Don't rely on transitive <string> include

This commit is contained in:
Martin Hořeňovský
2017-07-12 16:07:52 +02:00
parent 8d8f481597
commit d8df83ee2f

View File

@@ -10,6 +10,8 @@
#include "catch_matchers.hpp"
#include <string>
namespace Catch {
namespace Matchers {