diff --git a/example/unmanned_aerial_vehicle.cpp b/example/unmanned_aerial_vehicle.cpp index 912effe13..0e2091edb 100644 --- a/example/unmanned_aerial_vehicle.cpp +++ b/example/unmanned_aerial_vehicle.cpp @@ -26,6 +26,7 @@ #include #include #include +#include #include using namespace mp_units; @@ -56,6 +57,7 @@ constexpr const char* to_text(earth_gravity_model m) case egm2008_1: return "EGM2008-1"; } + assert(false && "unsupported enum value"); } template