need cstdio for sscanf

This commit is contained in:
fluxgen 2003-01-10 00:54:12 +00:00
parent 3328de262c
commit c8362adbf8

View file

@ -19,7 +19,7 @@
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
// DEALINGS IN THE SOFTWARE.
// $Id: MenuTheme.cc,v 1.2 2003/01/09 16:51:52 fluxgen Exp $
// $Id: MenuTheme.cc,v 1.3 2003/01/10 00:54:12 fluxgen Exp $
#include "MenuTheme.hh"
@ -30,6 +30,8 @@
//TODO change this
#include "../StringUtil.hh"
#include <cstdio>
namespace FbTk {
MenuTheme::MenuTheme(int screen_num):