X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=wdq2wav.cpp;h=c1dc1177c43ac8ada36012e4bc7dc86d9f2acbc5;hb=3389e0fe586ac6fb119c65535121b3ef5193bba9;hp=bcfd3b69267dfb8932174068efcfa37dc40e729b;hpb=6e0f65ebf4769e7f90e2ef29539cd493de9bf14b;p=wdq2wav.git diff --git a/wdq2wav.cpp b/wdq2wav.cpp index bcfd3b6..c1dc117 100644 --- a/wdq2wav.cpp +++ b/wdq2wav.cpp @@ -24,6 +24,7 @@ ** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ******************************************************************************/ +#include #include const char* g_szIdStr = "$Id$"; @@ -61,13 +62,13 @@ const int g_fileMode = S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH; void error_msg (const char *msg) { - std::cerr << msg << "\n"; + std::cerr << msg << std::endl; } void info_msg (const char* msg) { - std::cout << msg << "\n"; + std::cout << msg << std::endl; } void