mirror of
https://gitee.com/openharmony/third_party_rust_cxx
synced 2025-03-03 13:57:33 +00:00
Merge pull request #55 from dtolnay/iosfwd
Use iosfwd for forward declared ostream insertion operators
This commit is contained in:
commit
83a5a11b9a
@ -1,7 +1,7 @@
|
||||
#pragma once
|
||||
#include <array>
|
||||
#include <cstdint>
|
||||
#include <iostream>
|
||||
#include <iosfwd>
|
||||
#include <string>
|
||||
|
||||
namespace rust {
|
||||
|
@ -1,5 +1,6 @@
|
||||
#include "../include/cxxbridge.h"
|
||||
#include <cstring>
|
||||
#include <iostream>
|
||||
#include <memory>
|
||||
#include <stdexcept>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user