[llvm] adc1ab3 - Add missing include to `PGOCtxProfReaderWriterTest.cpp`

Mircea Trofin via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 12 10:59:32 PDT 2024


Author: Mircea Trofin
Date: 2024-09-12T10:58:55-07:00
New Revision: adc1ab33a4db93be74487663259617c9346ef1d2

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

LOG: Add missing include to `PGOCtxProfReaderWriterTest.cpp`

Added: 
    

Modified: 
    llvm/unittests/ProfileData/PGOCtxProfReaderWriterTest.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/unittests/ProfileData/PGOCtxProfReaderWriterTest.cpp b/llvm/unittests/ProfileData/PGOCtxProfReaderWriterTest.cpp
index f48f4f1ac9cc1b..a7950e12490847 100644
--- a/llvm/unittests/ProfileData/PGOCtxProfReaderWriterTest.cpp
+++ b/llvm/unittests/ProfileData/PGOCtxProfReaderWriterTest.cpp
@@ -6,6 +6,7 @@
 //
 //===----------------------------------------------------------------------===//
 
+#include "llvm/ADT/DenseSet.h"
 #include "llvm/Bitcode/BitcodeAnalyzer.h"
 #include "llvm/ProfileData/CtxInstrContextNode.h"
 #include "llvm/ProfileData/PGOCtxProfReader.h"


        


More information about the llvm-commits mailing list