diff --git a/telldus-core/common/common.h b/telldus-core/common/common.h index d4f040e6..6c693b8e 100644 --- a/telldus-core/common/common.h +++ b/telldus-core/common/common.h @@ -19,7 +19,7 @@ #endif #include #include -//#include +#include #include #include #include "common/Strings.h" @@ -48,7 +48,7 @@ inline void debuglogfilename(const int intMessage, const std::string strMessage, #ifdef _WINDOWS static bool firstRun = true; std::ofstream file; - + if (firstRun) { file.open(filename.c_str(), std::ios::out); firstRun = false;