Fixed build failure for revision r310261

-- Was failing for Linux

llvm-svn: 310270
This commit is contained in:
Abhishek Aggarwal 2017-08-07 17:15:26 +00:00
parent aac47c1c00
commit a8af18ac1d
1 changed files with 6 additions and 0 deletions

View File

@ -15,8 +15,14 @@
//
//===----------------------------------------------------------------------===//
#ifdef BUILD_INTEL_MPX
#include "intel-mpx/cli-wrapper-mpxtable.h"
#endif
#ifdef BUILD_INTEL_PT
#include "intel-pt/cli-wrapper-pt.h"
#endif
#include "lldb/API/SBDebugger.h"
namespace lldb {