mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 08:51:04 +02:00
neutrinoapi.cpp: fix possible broken build
error: ‘to_string’ was not declared...
to_string is handled inside helpers.h/cpp.
include of <system/helpers.h> is required here.
Origin commit data
------------------
Commit: f0891cb76f
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-06-15 (Thu, 15 Jun 2017)
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
#include <driver/screen_max.h>
|
||||
#include <driver/pictureviewer/pictureviewer.h>
|
||||
#include <system/httptool.h>
|
||||
#include <system/helpers.h>
|
||||
#include <gui/color.h>
|
||||
#include <gui/widget/icons.h>
|
||||
#include <gui/movieplayer.h>
|
||||
|
Reference in New Issue
Block a user