1#ifndef INCLUDE_MANAGER_H
2#define INCLUDE_MANAGER_H
37 outputFile <<
"#include <fstream>\n";
38 outputFile <<
"#include <stdexcept>\n";
39 outputFile <<
"#include <string>\n";
40 outputFile <<
"#include \"csv_helper.h\"\n";
Manages insertion of required #include directives.
void addIncludes(std::ofstream &outputFile)
Writes the required #include directives to the output stream.