From 9f1f69481655c1ded6e6e778d21316b6f66755c6 Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Thu, 9 Nov 2017 16:22:52 -0200 Subject: Base form files organized --- Project/DataReport.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Project/DataReport.h') diff --git a/Project/DataReport.h b/Project/DataReport.h index 6babdf2..8f35a1b 100644 --- a/Project/DataReport.h +++ b/Project/DataReport.h @@ -18,7 +18,7 @@ #ifndef DATAREPORT_H #define DATAREPORT_H -#include "DataReportBase.h" +#include "base/DataReportBase.h" class Workspace; class ElectricCalculation; -- cgit