summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Utility/RegisterInfoInterface.h
diff options
context:
space:
mode:
authorTamas Berghammer <tberghammer@google.com>2015-08-13 10:41:55 +0000
committerTamas Berghammer <tberghammer@google.com>2015-08-13 10:41:55 +0000
commita58332fb5b656c7346564f6741fc6ddd6afd59bc (patch)
tree680d9ad81b40c74f46e4322f0dcf39860dea4477 /lldb/source/Plugins/Process/Utility/RegisterInfoInterface.h
parentc2af09823f3a3e3e5c4ff36929ea3f4f4f6d592c (diff)
downloadbcm5719-llvm-a58332fb5b656c7346564f6741fc6ddd6afd59bc.tar.gz
bcm5719-llvm-a58332fb5b656c7346564f6741fc6ddd6afd59bc.zip
Add missing include to RegisterInfoInterface.h
llvm-svn: 244881
Diffstat (limited to 'lldb/source/Plugins/Process/Utility/RegisterInfoInterface.h')
-rw-r--r--lldb/source/Plugins/Process/Utility/RegisterInfoInterface.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/source/Plugins/Process/Utility/RegisterInfoInterface.h b/lldb/source/Plugins/Process/Utility/RegisterInfoInterface.h
index 5055efc4f2e..801885d5f4c 100644
--- a/lldb/source/Plugins/Process/Utility/RegisterInfoInterface.h
+++ b/lldb/source/Plugins/Process/Utility/RegisterInfoInterface.h
@@ -10,6 +10,8 @@
#ifndef lldb_RegisterInfoInterface_h
#define lldb_RegisterInfoInterface_h
+#include <vector>
+
#include "lldb/Core/ArchSpec.h"
namespace lldb_private
OpenPOWER on IntegriCloud