================
@@ -9,10 +9,16 @@
 #ifndef LLDB_TARGET_REGISTERFLAGS_H
 #define LLDB_TARGET_REGISTERFLAGS_H
 
-#include "lldb/Utility/Log.h"
+#include <cassert>
+#include <stdint.h>
+#include <string>
+#include <vector>
----------------
clayborg wrote:

Sorry, I hadn't expanded the full file to see <vector> being used in code that 
didn't change.

https://github.com/llvm/llvm-project/pull/69951
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to