[Lldb-commits] [lldb] [lldb] Hoist UUID generation into the UUID class (PR #133662)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Mon Mar 31 04:14:58 PDT 2025
================
@@ -12,26 +12,28 @@
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/Endian.h"
+#include "llvm/Support/Error.h"
#include <cstddef>
#include <cstdint>
#include <string>
+#include <sys/_types/_u_int32_t.h>
----------------
labath wrote:
bad autocomplete?
https://github.com/llvm/llvm-project/pull/133662
More information about the lldb-commits
mailing list