Moved some std includes out from catch_common.h

This commit is contained in:
Martin Hořeňovský 2017-02-12 12:17:07 +01:00
parent 324260f253
commit 9012f95964
6 changed files with 8 additions and 2 deletions

View file

@ -16,6 +16,7 @@
#include <assert.h>
#include <vector>
#include <iterator>
#include <stdexcept>
namespace Catch {
namespace TestCaseTracking {