Patch from info from Daniel Malea that should fix the build on linux after fixes committed with revision 162860.

llvm-svn: 163139
This commit is contained in:
Greg Clayton 2012-09-04 14:55:50 +00:00
parent f2ce35fc30
commit dcbfd19e88
2 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,8 @@
// C Includes
#include <stdio.h>
// C++ Includes
// Other libraries and framework includes
// Project includes

View File

@ -12,6 +12,7 @@
// C++ Includes
// Other libraries and framework includes
#include "lldb/Core/Module.h"
#include "lldb/Core/PluginManager.h"
#include "lldb/Core/State.h"
#include "lldb/Host/Host.h"