commit | 0a614ee5ba469120b9fb61c4f34b2763ae59d65a | [log] [tgz] |
---|---|---|
author | Phil Nash <github@philnash.me> | Wed Jul 19 08:31:10 2017 +0100 |
committer | Phil Nash <github@philnash.me> | Wed Jul 19 08:31:10 2017 +0100 |
tree | 68d5ba2f91bcb4c63d77e9a613d8353f3fe271b3 | |
parent | 4833932ab25a54743d12d46b5a8f71b82b60649e [diff] |
re/moved some headers in catch_tostring
diff --git a/include/internal/catch_tostring.cpp b/include/internal/catch_tostring.cpp index 7599c05..f3b9267 100644 --- a/include/internal/catch_tostring.cpp +++ b/include/internal/catch_tostring.cpp
@@ -10,6 +10,8 @@ #include "catch_interfaces_config.h" #include "catch_context.h" +#include <iomanip> + namespace Catch { namespace Detail {
diff --git a/include/internal/catch_tostring.h b/include/internal/catch_tostring.h index 23bfa0f..e4cded7 100644 --- a/include/internal/catch_tostring.h +++ b/include/internal/catch_tostring.h
@@ -11,8 +11,6 @@ #include "catch_common.h" #include <sstream> -#include <iomanip> -#include <limits> #include <vector> #include <cstddef>