From f95a30481ed2e0b2d5b01136b7643db11991c88d Mon Sep 17 00:00:00 2001 From: Paul Sutton Date: Wed, 11 Mar 2015 16:34:50 +0000 Subject: [PATCH] Fix for complex.h #define I nastiness --- lte/phy/include/liblte/phy/phy.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lte/phy/include/liblte/phy/phy.h b/lte/phy/include/liblte/phy/phy.h index ae556fdaa..2096d02d1 100644 --- a/lte/phy/include/liblte/phy/phy.h +++ b/lte/phy/include/liblte/phy/phy.h @@ -120,6 +120,7 @@ #ifdef __cplusplus } +#undef I // Fix complex.h #define I nastiness when using C++ #endif #endif