#include "CodegenOutput.hpp" #include void CodegenOutput::AddOutputThing(CodegenOutputThing thing) { mOutThings.push_back(std::move(thing)); }