We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 515c842 commit b027344Copy full SHA for b027344
src/iceberg/catalog/memory_catalog.cc
@@ -19,6 +19,8 @@
19
20
#include "iceberg/catalog/memory_catalog.h"
21
22
+#include <ranges>
23
+
24
#include "iceberg/exception.h"
25
#include "iceberg/table.h"
26
src/iceberg/catalog/memory_catalog.h
@@ -20,6 +20,7 @@
#pragma once
#include <mutex>
+#include <optional>
#include <unordered_map>
#include "iceberg/catalog.h"
0 commit comments