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