[llvm] [llvm][Support] Add UNIX socket support (PR #73603)

Juergen Ributzka via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 12 15:58:49 PST 2023


================
@@ -16,6 +16,7 @@
 #include "llvm/ADT/SmallVector.h"
 #include "llvm/ADT/StringRef.h"
 #include "llvm/Support/DataTypes.h"
+#include "llvm/Support/Threading.h"
----------------
ributzka wrote:

Is this include required in the header?

https://github.com/llvm/llvm-project/pull/73603


More information about the llvm-commits mailing list