[PATCH] D154664: [NFC] Add some missing header includes
    Evan Wilde via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Sat Jul  8 21:12:34 PDT 2023
    
    
  
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG0f9f95146a7f: [NFC] Add optional include to Format.h (authored by etcwilde).
Changed prior to commit:
  https://reviews.llvm.org/D154664?vs=537916&id=538401#toc
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D154664/new/
https://reviews.llvm.org/D154664
Files:
  llvm/include/llvm/Support/Format.h
Index: llvm/include/llvm/Support/Format.h
===================================================================
--- llvm/include/llvm/Support/Format.h
+++ llvm/include/llvm/Support/Format.h
@@ -28,6 +28,7 @@
 #include "llvm/Support/DataTypes.h"
 #include <cassert>
 #include <cstdio>
+#include <optional>
 #include <tuple>
 #include <utility>
 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D154664.538401.patch
Type: text/x-patch
Size: 343 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230709/a38d1ef7/attachment.bin>
    
    
More information about the cfe-commits
mailing list