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.
This commit is contained in:
2017-06-15 20:56:08 +02:00
parent 7031e99573
commit f0891cb76f

View File

@@ -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>