summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lldb/unittests/Core/LogTest.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/lldb/unittests/Core/LogTest.cpp b/lldb/unittests/Core/LogTest.cpp
index 46640edfb15..60c386aafd8 100644
--- a/lldb/unittests/Core/LogTest.cpp
+++ b/lldb/unittests/Core/LogTest.cpp
@@ -7,10 +7,11 @@
//
//===----------------------------------------------------------------------===//
+#include "gtest/gtest.h"
+
#include "lldb/Core/Log.h"
#include "lldb/Core/StreamString.h"
#include "lldb/Host/Host.h"
-#include "gtest/gtest.h"
using namespace lldb;
using namespace lldb_private;
OpenPOWER on IntegriCloud