diff --git a/examples/riot_and_cpp/Makefile b/examples/riot_and_cpp/Makefile index 7ef05f0836..e367cf1fbd 100644 --- a/examples/riot_and_cpp/Makefile +++ b/examples/riot_and_cpp/Makefile @@ -28,7 +28,8 @@ DEVELHELP ?= 1 QUIET ?= 1 # Features required -FEATURES_REQUIRED += cpp +FEATURES_REQUIRED += cpp # basic C++ support +FEATURES_REQUIRED += libstdcpp # libstdc++ support (for #include ) # If you want to add some extra flags when compile c++ files, add these flags # to CXXEXFLAGS variable