Fixed build failure for revision r310261
authorAbhishek Aggarwal <abhishek.a.aggarwal@intel.com>
Mon, 7 Aug 2017 17:15:26 +0000 (17:15 +0000)
committerAbhishek Aggarwal <abhishek.a.aggarwal@intel.com>
Mon, 7 Aug 2017 17:15:26 +0000 (17:15 +0000)
 -- Was failing for Linux

llvm-svn: 310270

lldb/tools/intel-features/cli-wrapper.cpp

index d7dd769..8b14715 100644 (file)
 //
 //===----------------------------------------------------------------------===//
 
+#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 {