Skip to content

Commit

Permalink
fix build on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
acelyc111 committed Nov 22, 2023
1 parent 512dff0 commit 30edc7f
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion src/common/test/fs_manager_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* under the License.
*/

#include <ext/alloc_traits.h>
// IWYU pragma: no_include <ext/alloc_traits.h>
#include <stdint.h>
#include <map>
#include <memory>
Expand Down
2 changes: 1 addition & 1 deletion src/failure_detector/test/failure_detector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* THE SOFTWARE.
*/

#include <ext/alloc_traits.h>
// IWYU pragma: no_include <ext/alloc_traits.h>
#include <stdint.h>
#include <stdlib.h>
#include <time.h>
Expand Down
2 changes: 1 addition & 1 deletion src/meta/test/cluster_balance_policy_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// specific language governing permissions and limitations
// under the License.

#include <ext/alloc_traits.h>
// IWYU pragma: no_include <ext/alloc_traits.h>
#include <cstdint>
#include <iterator>
#include <list>
Expand Down
2 changes: 1 addition & 1 deletion src/meta/test/ford_fulkerson_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// specific language governing permissions and limitations
// under the License.

#include <ext/alloc_traits.h>
// IWYU pragma: no_include <ext/alloc_traits.h>
#include <stdint.h>
#include <memory>
#include <unordered_map>
Expand Down
2 changes: 1 addition & 1 deletion src/meta/test/update_configuration_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* THE SOFTWARE.
*/

#include <ext/alloc_traits.h>
// IWYU pragma: no_include <ext/alloc_traits.h>
#include <algorithm>
#include <atomic>
#include <chrono>
Expand Down
2 changes: 1 addition & 1 deletion src/perf_counter/test/perf_counter_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
* xxxx-xx-xx, author, fix bug about xxx
*/

#include <ext/alloc_traits.h>
// IWYU pragma: no_include <ext/alloc_traits.h>
#include <stdlib.h>
#include <chrono>
#include <functional>
Expand Down
2 changes: 1 addition & 1 deletion src/replica/test/mutation_log_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

#include "replica/mutation_log.h"

#include <ext/alloc_traits.h>
// IWYU pragma: no_include <ext/alloc_traits.h>
#include <sys/types.h>
#include <cstdint>
#include <iostream>
Expand Down
2 changes: 1 addition & 1 deletion src/server/test/hotspot_partition_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// specific language governing permissions and limitations
// under the License.

#include <ext/alloc_traits.h>
// IWYU pragma: no_include <ext/alloc_traits.h>
#include <array>
#include <cstdint>
#include <memory>
Expand Down
2 changes: 1 addition & 1 deletion src/test/function_test/base_api/test_batch_get.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* under the License.
*/

#include <ext/alloc_traits.h>
// IWYU pragma: no_include <ext/alloc_traits.h>
#include <fmt/core.h>
#include <rocksdb/status.h>
#include <rrdb/rrdb_types.h>
Expand Down
2 changes: 1 addition & 1 deletion src/test/function_test/base_api/test_recall.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*/

#include <boost/lexical_cast.hpp>
#include <ext/alloc_traits.h>
// IWYU pragma: no_include <ext/alloc_traits.h>
#include <chrono>
#include <iostream>
#include <memory>
Expand Down
2 changes: 1 addition & 1 deletion src/utils/test/output_utils_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

#include "utils/output_utils.h"

#include <ext/alloc_traits.h>
// IWYU pragma: no_include <ext/alloc_traits.h>
#include <string>
#include <vector>

Expand Down

0 comments on commit 30edc7f

Please sign in to comment.