]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/basisu/fix-addostream.patch
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / basisu / fix-addostream.patch
1 diff --git a/src/encoder/basisu_enc.h b/src/encoder/basisu_enc.h
2 index 05656da..468f43b 100644
3 --- a/src/encoder/basisu_enc.h
4 +++ b/src/encoder/basisu_enc.h
5 @@ -22,6 +22,7 @@
6 #include <functional>
7 #include <thread>
8 #include <unordered_map>
9 +#include <ostream>
10
11 #ifndef _WIN32
12 #include <libgen.h>