diff --git a/UnitTests/nxwm/nxwm_main.cxx b/UnitTests/nxwm/nxwm_main.cxx index 60c6fcab0..ba47da251 100644 --- a/UnitTests/nxwm/nxwm_main.cxx +++ b/UnitTests/nxwm/nxwm_main.cxx @@ -45,7 +45,7 @@ #include #ifdef CONFIG_NXWM_TOUCHSCREEN_CONFIGDATA -# include +# include "platform/configdata.hr" #endif #include "ctaskbar.hxx" diff --git a/nxwm/src/ccalibration.cxx b/nxwm/src/ccalibration.cxx index 41189cee6..b4c9d3827 100644 --- a/nxwm/src/ccalibration.cxx +++ b/nxwm/src/ccalibration.cxx @@ -46,7 +46,7 @@ #include #ifdef CONFIG_NXWM_TOUCHSCREEN_CONFIGDATA -# include +# include "platform/configdata.h" #endif #include "nxwmconfig.hxx" diff --git a/nxwm/src/cmediaplayer.cxx b/nxwm/src/cmediaplayer.cxx index 360f296b7..e502e11db 100644 --- a/nxwm/src/cmediaplayer.cxx +++ b/nxwm/src/cmediaplayer.cxx @@ -49,7 +49,7 @@ #include #include -#include +#include "system/nxplayer.h" #include #include "cwidgetcontrol.hxx"