Update of /cvsroot/audacity/audacity-src/src
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv31993

Modified Files:
        Internat.cpp 
Log Message:
Missing #include

Index: Internat.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/Internat.cpp,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- Internat.cpp        30 Sep 2006 03:25:09 -0000      1.15
+++ Internat.cpp        30 Sep 2006 12:19:09 -0000      1.16
@@ -31,6 +31,7 @@
 #endif
 
 #include <locale.h>
+#include <math.h> // for pow()
 
 wxChar Internat::mDecimalSeparator = wxT('.'); // default
 wxMBConv *Internat::mConvLocal = NULL;


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to