Added missing <memory> includes

This commit is contained in:
Phil Nash 2017-04-26 17:04:00 +01:00
parent 51c143b2c6
commit 316cb28ea8
5 changed files with 5 additions and 0 deletions

View File

@ -14,6 +14,7 @@
#include "internal/catch_test_spec.hpp" #include "internal/catch_test_spec.hpp"
#include "internal/catch_version.h" #include "internal/catch_version.h"
#include "internal/catch_text.h" #include "internal/catch_text.h"
#include "internal/catch_interfaces_reporter.h"
#include <fstream> #include <fstream>
#include <stdlib.h> #include <stdlib.h>

View File

@ -20,6 +20,7 @@
#include <string> #include <string>
#include <ostream> #include <ostream>
#include <map> #include <map>
#include <memory>
namespace Catch namespace Catch
{ {

View File

@ -16,6 +16,7 @@
#include <assert.h> #include <assert.h>
#include <vector> #include <vector>
#include <stdexcept> #include <stdexcept>
#include <memory>
CATCH_INTERNAL_SUPPRESS_ETD_WARNINGS CATCH_INTERNAL_SUPPRESS_ETD_WARNINGS

View File

@ -18,6 +18,7 @@
#include <string> #include <string>
#include <vector> #include <vector>
#include <memory>
namespace Catch { namespace Catch {

View File

@ -15,6 +15,7 @@
#include <cfloat> #include <cfloat>
#include <cstdio> #include <cstdio>
#include <assert.h> #include <assert.h>
#include <memory>
namespace Catch { namespace Catch {