From 8c68837df383bc7749d34317fd5df56dfc24f388 Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Thu, 11 Aug 2016 15:31:30 +0000 Subject: Fix unit tests on windows Python headers need to be included before PosixApi.h llvm-svn: 278345 --- lldb/unittests/ScriptInterpreter/Python/PythonTestSuite.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/unittests/ScriptInterpreter/Python/PythonTestSuite.cpp') diff --git a/lldb/unittests/ScriptInterpreter/Python/PythonTestSuite.cpp b/lldb/unittests/ScriptInterpreter/Python/PythonTestSuite.cpp index 5eb1c72598a..0f75bf28131 100644 --- a/lldb/unittests/ScriptInterpreter/Python/PythonTestSuite.cpp +++ b/lldb/unittests/ScriptInterpreter/Python/PythonTestSuite.cpp @@ -8,9 +8,9 @@ //===----------------------------------------------------------------------===// #include "gtest/gtest.h" +#include "Plugins/ScriptInterpreter/Python/lldb-python.h" #include "lldb/Host/HostInfo.h" -#include "Plugins/ScriptInterpreter/Python/lldb-python.h" #include "Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h" #include "PythonTestSuite.h" -- cgit v1.2.3