[llvm] 39ed08f - try to fix build after babef908cc1

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 6 13:15:21 PDT 2022


Author: Nico Weber
Date: 2022-07-06T22:15:09+02:00
New Revision: 39ed08f8d452cda5c42c640c0a48487384eee61e

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

LOG: try to fix build after babef908cc1

Added: 
    

Modified: 
    llvm/include/llvm/Debuginfod/Debuginfod.h

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/Debuginfod/Debuginfod.h b/llvm/include/llvm/Debuginfod/Debuginfod.h
index efa460466fc5..496b24cfa37e 100644
--- a/llvm/include/llvm/Debuginfod/Debuginfod.h
+++ b/llvm/include/llvm/Debuginfod/Debuginfod.h
@@ -31,6 +31,7 @@
 #include "llvm/Support/Timer.h"
 
 #include <chrono>
+#include <condition_variable>
 #include <queue>
 
 namespace llvm {


        


More information about the llvm-commits mailing list