need cstdio for sscanf
This commit is contained in:
parent
3328de262c
commit
c8362adbf8
1 changed files with 3 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue