[Lldb-commits] [lldb] 754f3c4 - Fix implicit Twine.h include dependency.

Simon Pilgrim via lldb-commits lldb-commits at lists.llvm.org
Fri Jun 26 05:24:46 PDT 2020


Author: Simon Pilgrim
Date: 2020-06-26T13:24:32+01:00
New Revision: 754f3c4af4b8526d7576c8e92959ad10d40b6e2e

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

LOG: Fix implicit Twine.h include dependency.

Added: 
    

Modified: 
    lldb/tools/intel-features/intel-mpx/cli-wrapper-mpxtable.cpp

Removed: 
    


################################################################################
diff  --git a/lldb/tools/intel-features/intel-mpx/cli-wrapper-mpxtable.cpp b/lldb/tools/intel-features/intel-mpx/cli-wrapper-mpxtable.cpp
index 5bffd27409e8..d2ef0445bc67 100644
--- a/lldb/tools/intel-features/intel-mpx/cli-wrapper-mpxtable.cpp
+++ b/lldb/tools/intel-features/intel-mpx/cli-wrapper-mpxtable.cpp
@@ -19,6 +19,7 @@
 #include "lldb/API/SBThread.h"
 
 #include "llvm/ADT/Triple.h"
+#include "llvm/ADT/Twine.h"
 
 static bool GetPtr(char *cptr, uint64_t &ptr, lldb::SBFrame &frame,
                    lldb::SBCommandReturnObject &result) {


        


More information about the lldb-commits mailing list