|
From: Lasse Kärkkäi. <tr...@us...> - 2009-11-14 18:44:18
|
Module: performous Branch: dance Commit: f3d8bc7ecfcfa381cd8a27b12eb9fe2b9c6c470c Author: Vincent Le Ligeour <yo...@us...> Date: Thu Nov 12 07:59:34 2009 +0100 Fixed missing include --- tools/cover_conv.cpp | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/tools/cover_conv.cpp b/tools/cover_conv.cpp index d0bacf2..a0ede50 100644 --- a/tools/cover_conv.cpp +++ b/tools/cover_conv.cpp @@ -1,5 +1,6 @@ #include <boost/lexical_cast.hpp> #include <iostream> +#include <cstdlib> #ifdef __WIN32__ # include <windows.h> #endif |