Browse Source

fix: add missing #include "base/cxx17_backports.h" (#35945)

Milan Burda 2 years ago
parent
commit
8bfbb251cc
1 changed files with 1 additions and 0 deletions
  1. 1 0
      shell/browser/ui/autofill_popup.cc

+ 1 - 0
shell/browser/ui/autofill_popup.cc

@@ -6,6 +6,7 @@
 #include <memory>
 #include <vector>
 
+#include "base/cxx17_backports.h"
 #include "base/feature_list.h"
 #include "base/i18n/rtl.h"
 #include "components/autofill/core/common/autofill_features.h"