]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/cartographer/fix-build-error.patch
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / cartographer / fix-build-error.patch
1 diff --git a/cartographer/common/internal/testing/thread_pool_for_testing.cc b/cartographer/common/internal/testing/thread_pool_for_testing.cc
2 index f804e13..c987f68 100644
3 --- a/cartographer/common/internal/testing/thread_pool_for_testing.cc
4 +++ b/cartographer/common/internal/testing/thread_pool_for_testing.cc
5 @@ -16,7 +16,7 @@
6
7 #include "cartographer/common/internal/testing/thread_pool_for_testing.h"
8
9 -#include <unistd.h>
10 +//#include <unistd.h>
11 #include <algorithm>
12 #include <chrono>
13 #include <numeric>
14 diff --git a/cartographer/mapping/pose_graph_interface.h b/cartographer/mapping/pose_graph_interface.h
15 index 6483ef4..6456720 100644
16 --- a/cartographer/mapping/pose_graph_interface.h
17 +++ b/cartographer/mapping/pose_graph_interface.h
18 @@ -18,6 +18,7 @@
19 #define CARTOGRAPHER_MAPPING_POSE_GRAPH_INTERFACE_H_
20
21 #include <vector>
22 +#include <array>
23
24 #include "cartographer/common/optional.h"
25 #include "cartographer/mapping/id.h"