[clang] 93857af - [clang][Driver] Add missing include after 26bf0b4ae7df7f5350f71afd40a57cdf8f98c588.

via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 3 08:25:55 PDT 2024


Author: Christian Sigg
Date: 2024-09-03T17:25:51+02:00
New Revision: 93857afc24abeeacdd58277b4ab32d38daa1e531

URL: https://github.com/llvm/llvm-project/commit/93857afc24abeeacdd58277b4ab32d38daa1e531
DIFF: https://github.com/llvm/llvm-project/commit/93857afc24abeeacdd58277b4ab32d38daa1e531.diff

LOG: [clang][Driver] Add missing include after 26bf0b4ae7df7f5350f71afd40a57cdf8f98c588.

https://github.com/llvm/llvm-project/commit/26bf0b4ae7df7f5350f71afd40a57cdf8f98c588

Added: 
    

Modified: 
    clang/unittests/Driver/SimpleDiagnosticConsumer.h

Removed: 
    


################################################################################
diff  --git a/clang/unittests/Driver/SimpleDiagnosticConsumer.h b/clang/unittests/Driver/SimpleDiagnosticConsumer.h
index 0e8d328757a9d6..6515bdedb3d5df 100644
--- a/clang/unittests/Driver/SimpleDiagnosticConsumer.h
+++ b/clang/unittests/Driver/SimpleDiagnosticConsumer.h
@@ -13,6 +13,7 @@
 #ifndef CLANG_UNITTESTS_SIMPLEDIAGNOSTICCONSUMER_H
 #define CLANG_UNITTESTS_SIMPLEDIAGNOSTICCONSUMER_H
 
+#include "clang/Driver/Driver.h"
 #include "clang/Basic/Diagnostic.h"
 #include "llvm/ADT/SmallString.h"
 #include "llvm/Support/VirtualFileSystem.h"


        


More information about the cfe-commits mailing list