#include #include #include "TechReport.h" using namespace std; TechReport::TechReport(int aID, string author, string title, string textBody) : Report(aID, author, title, textBody) { }