From c28f2d1ba32fb8fe7befac6391f1981570ee8432 Mon Sep 17 00:00:00 2001 From: Nathan Miller Date: Mon, 13 May 2024 16:25:18 -0700 Subject: [PATCH] add header #includes --- OdbDesignLib/App/OdbServerAppBase.h | 4 +++- OdbDesignLib/ProductModel/Design.cpp | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/OdbDesignLib/App/OdbServerAppBase.h b/OdbDesignLib/App/OdbServerAppBase.h index 41be69e8..a9b11348 100644 --- a/OdbDesignLib/App/OdbServerAppBase.h +++ b/OdbDesignLib/App/OdbServerAppBase.h @@ -5,7 +5,9 @@ #include "RouteController.h" #include "../odbdesign_export.h" #include "RequestAuthenticationBase.h" -#include "BasicRequestAuthentication.h" +#include +#include +#include namespace Odb::Lib::App { diff --git a/OdbDesignLib/ProductModel/Design.cpp b/OdbDesignLib/ProductModel/Design.cpp index 823225b0..4585a2c7 100644 --- a/OdbDesignLib/ProductModel/Design.cpp +++ b/OdbDesignLib/ProductModel/Design.cpp @@ -7,6 +7,7 @@ #include #include "Net.h" #include "../FileModel/Design/FileArchive.h" +#include "../FileModel/Design/EdaDataFile.h" namespace Odb::Lib::ProductModel