]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/libmodman/fix-undefined-typeid.patch
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / libmodman / fix-undefined-typeid.patch
1 diff --git a/libmodman/test/main.hpp b/libmodman/test/main.hpp
2 index 90ca87f..f4f8844 100644
3 --- a/libmodman/test/main.hpp
4 +++ b/libmodman/test/main.hpp
5 @@ -20,6 +20,7 @@
6 #ifndef MAIN_HPP_
7 #define MAIN_HPP_
8
9 +#include <typeinfo>
10 #include "../module_manager.hpp"
11
12 using namespace std;