Skip to content

Commit b027344

Browse files
committed
fix:c++ Linter error
1 parent 515c842 commit b027344

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/iceberg/catalog/memory_catalog.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919

2020
#include "iceberg/catalog/memory_catalog.h"
2121

22+
#include <ranges>
23+
2224
#include "iceberg/exception.h"
2325
#include "iceberg/table.h"
2426

src/iceberg/catalog/memory_catalog.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
#pragma once
2121

2222
#include <mutex>
23+
#include <optional>
2324
#include <unordered_map>
2425

2526
#include "iceberg/catalog.h"

0 commit comments

Comments
 (0)