summaryrefslogtreecommitdiff
path: root/0001-Fix-no-template-named-optional-in-namespace-std.patch
blob: d9fe826cb089ccc303b0876e2ec7594641b404e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From e9269478656835e1313aad6d33628677994090d5 Mon Sep 17 00:00:00 2001
From: misaka00251 <liuxin@iscas.ac.cn>
Date: Thu, 26 Sep 2024 16:53:50 +0800
Subject: [PATCH] Fix no template named optional in namespace std


diff --git a/components/enterprise/connectors/common.h b/components/enterprise/connectors/common.h
index ed56eecf25..f2bd853ebb 100644
--- a/components/enterprise/connectors/common.h
+++ b/components/enterprise/connectors/common.h
@@ -10,6 +10,7 @@
 #include <string>
 #include <utility>
 #include <vector>
+#include <optional>
 
 #include "base/files/file_path.h"
 #include "base/supports_user_data.h"
-- 
2.46.1