Fix build on Linux.

llvm-svn: 252124
This commit is contained in:
Chaoren Lin 2015-11-05 01:23:19 +00:00
parent b8d0da1386
commit ad6b54983d
1 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,8 @@
#include "PlatformiOSSimulatorCoreSimulatorSupport.h"
#if defined (__APPLE__) // This Plugin uses the Mac-specific source/Host/macosx/cfcpp utilities
// C Includes
// C++ Includes
// Other libraries and framework includes
@ -771,3 +773,5 @@ CoreSimulatorSupport::DeviceSet::GetFanciest (CoreSimulatorSupport::DeviceType::
return dev;
}
#endif // __APPLE__