Unitests/nxwm: Change includes because up_cxxinitialize() is now prototypes in apps/include/platfor/cxxinitialize.h
This commit is contained in:
parent
9a89d0eb9e
commit
438bda042a
@ -38,7 +38,6 @@
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include <nuttx/config.h>
|
||||
#include <nuttx/arch.h>
|
||||
|
||||
#include <cstdio>
|
||||
#include <cstdlib>
|
||||
@ -48,6 +47,10 @@
|
||||
# include "platform/configdata.hr"
|
||||
#endif
|
||||
|
||||
#if defined(CONFIG_HAVE_CXX) && defined(CONFIG_HAVE_CXXINITIALIZE)
|
||||
# include "platform/cxxinitialize.h"
|
||||
#endif
|
||||
|
||||
#include "ctaskbar.hxx"
|
||||
#include "cstartwindow.hxx"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user