]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/valijson/fix-optional.patch
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / valijson / fix-optional.patch
diff --git a/ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/valijson/fix-optional.patch b/ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/valijson/fix-optional.patch
new file mode 100644 (file)
index 0000000..5ce7584
--- /dev/null
@@ -0,0 +1,13 @@
+diff --git a/include/valijson/internal/optional.hpp b/include/valijson/internal/optional.hpp
+index 8ff285c..84e9fd6 100644
+--- a/include/valijson/internal/optional.hpp
++++ b/include/valijson/internal/optional.hpp
+@@ -11,7 +11,7 @@ namespace opt = std;
+ #    endif
+ #  endif
+ #else
+-#  include <compat/optional.hpp>
++#  include <valijson/compat/optional.hpp>
+ namespace opt = std::experimental;
+ #endif