clang fix: Clang claims to be gcc

brodykenrick-master
Marius Kintel 2013-12-04 01:15:34 -05:00
parent 69cbb17497
commit f2fe074e1d
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#if defined(__APPLE__) && defined(__GNUC__)
#if defined(__APPLE__) && defined(__GNUC__) && !defined(__clang__)
#include <iostream>