mirror of
https://github.com/EduApps-CDG/OpenDX
synced 2024-12-30 09:45:37 +01:00
[util] Include ostream in util_rc_ptr.h
This commit is contained in:
parent
1abacc947c
commit
976d3b5ee4
@ -1,6 +1,7 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <functional>
|
#include <functional>
|
||||||
|
#include <ostream>
|
||||||
|
|
||||||
namespace dxvk {
|
namespace dxvk {
|
||||||
|
|
||||||
@ -120,4 +121,4 @@ namespace dxvk {
|
|||||||
template<typename T>
|
template<typename T>
|
||||||
std::ostream& operator << (std::ostream& os, const dxvk::Rc<T>& rc) {
|
std::ostream& operator << (std::ostream& os, const dxvk::Rc<T>& rc) {
|
||||||
return os << rc.ptr();
|
return os << rc.ptr();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user