summaryrefslogtreecommitdiffstats
path: root/lldb/unittests/Core/BroadcasterTest.cpp
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2017-04-06 21:57:39 +0000
committerZachary Turner <zturner@google.com>2017-04-06 21:57:39 +0000
commit720bd7af62cc1cdb91306103b01e0b0ab4033183 (patch)
tree0fe91b1857517ee70c76a9a5860de549676ccf8a /lldb/unittests/Core/BroadcasterTest.cpp
parentd1960dc097f76fdb61bffb14bcee48048a2998cd (diff)
downloadbcm5719-llvm-720bd7af62cc1cdb91306103b01e0b0ab4033183.tar.gz
bcm5719-llvm-720bd7af62cc1cdb91306103b01e0b0ab4033183.zip
Fix build failure in unit test.
llvm-svn: 299718
Diffstat (limited to 'lldb/unittests/Core/BroadcasterTest.cpp')
-rw-r--r--lldb/unittests/Core/BroadcasterTest.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/unittests/Core/BroadcasterTest.cpp b/lldb/unittests/Core/BroadcasterTest.cpp
index e3795822f9a..1613d080600 100644
--- a/lldb/unittests/Core/BroadcasterTest.cpp
+++ b/lldb/unittests/Core/BroadcasterTest.cpp
@@ -10,6 +10,7 @@
#include "gtest/gtest.h"
#include "lldb/Core/Broadcaster.h"
+#include "lldb/Core/Event.h"
#include "lldb/Core/Listener.h"
#include "lldb/Host/Predicate.h"
OpenPOWER on IntegriCloud