Unverified Commit 4e3b2e3c authored by turneram's avatar turneram Committed by GitHub
Browse files

Fix error: namespace "std" has no member "cout" (#911)


Co-authored-by: default avatarChris Austen <causten@users.noreply.github.com>
parent cc2296f4
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
#include <migraphx/json.hpp> #include <migraphx/json.hpp>
#include <migraphx/convert_to_json.hpp> #include <migraphx/convert_to_json.hpp>
#include <migraphx/file_buffer.hpp> #include <migraphx/file_buffer.hpp>
#include <iostream>
using namespace migraphx; // NOLINT using namespace migraphx; // NOLINT
using namespace migraphx::gpu; // NOLINT using namespace migraphx::gpu; // NOLINT
......
#include <migraphx/gpu/driver/parser.hpp> #include <migraphx/gpu/driver/parser.hpp>
#include <migraphx/gpu/driver/action.hpp> #include <migraphx/gpu/driver/action.hpp>
#include <iostream>
namespace migraphx { namespace migraphx {
inline namespace MIGRAPHX_INLINE_NS { inline namespace MIGRAPHX_INLINE_NS {
......
#include "auto_print.hpp" #include "auto_print.hpp"
#include <map> #include <map>
#include <exception> #include <exception>
#include <iostream>
#ifdef __clang__ #ifdef __clang__
#pragma clang diagnostic push #pragma clang diagnostic push
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment