#include "modules/util/upgrade_checker/feature_life_cycle_check.h" #include "modules/util/upgrade_checker/manual_check.h" #include "modules/util/upgrade_checker/sql ...
So far we've been referencing types in the same file. What if you want to use a type from another file? You can export and import types just like you export or import functions or variables. Compile ...