diff --git a/pEpLog.hh b/pEpLog.hh index 16854bf..c5ea717 100644 --- a/pEpLog.hh +++ b/pEpLog.hh @@ -6,6 +6,9 @@ #include #include +#ifdef ANDROID + #include +#endif // pEpLog // ====== @@ -31,10 +34,6 @@ #ifdef NDEBUG #define pEpLog(msg) do{}while(0) #else - #ifdef ANDROID - #include - #endif - #define pEpLog(msg) \ do { \ std::stringstream msg_ss; \