Add header include to settings_data.c

This commit is contained in:
twinaphex 2015-01-18 19:04:27 +01:00
parent 2132ccc40c
commit ed49c03e0a

View File

@ -16,6 +16,7 @@
*/
#include "driver.h"
#include "gfx/video_monitor.h"
#include "settings_data.h"
#include "dynamic.h"
#include <file/file_path.h>