From 9ba9dfdd02f04c91db04f553a445d4c00686a8b9 Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Thu, 11 Aug 2016 14:12:10 +0000 Subject: Make sure files include what they use (part 2/2) This makes lldb still compile on linux after a project-wide clang-format llvm-svn: 278335 --- lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h') diff --git a/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h b/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h index fd77a34750f..16e106d2d23 100644 --- a/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h +++ b/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h @@ -16,12 +16,13 @@ // C++ Includes // Other libraries and framework includes // Project includes -#include "lldb/lldb-defines.h" +#include "lldb-python.h" #include "lldb/Core/ConstString.h" -#include "lldb/Core/StructuredData.h" #include "lldb/Core/Flags.h" +#include "lldb/Core/StructuredData.h" #include "lldb/Host/File.h" #include "lldb/Interpreter/OptionValue.h" +#include "lldb/lldb-defines.h" #include "llvm/ADT/ArrayRef.h" -- cgit v1.2.3