aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lldb/include/lldb/Utility/Environment.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/include/lldb/Utility/Environment.h b/lldb/include/lldb/Utility/Environment.h
index 79e413c..ed0a36d 100644
--- a/lldb/include/lldb/Utility/Environment.h
+++ b/lldb/include/lldb/Utility/Environment.h
@@ -46,6 +46,7 @@ public:
using Base::begin;
using Base::clear;
using Base::count;
+ using Base::empty;
using Base::end;
using Base::erase;
using Base::find;