Skip to content

Commit

Permalink
add header #includes
Browse files Browse the repository at this point in the history
  • Loading branch information
nam20485 committed May 13, 2024
1 parent 72cc644 commit c28f2d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion OdbDesignLib/App/OdbServerAppBase.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
#include "RouteController.h"
#include "../odbdesign_export.h"
#include "RequestAuthenticationBase.h"
#include "BasicRequestAuthentication.h"
#include <ExitCode.h>
#include <memory>
#include <crow_win.h>

namespace Odb::Lib::App
{
Expand Down
1 change: 1 addition & 0 deletions OdbDesignLib/ProductModel/Design.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include <memory>
#include "Net.h"
#include "../FileModel/Design/FileArchive.h"
#include "../FileModel/Design/EdaDataFile.h"


namespace Odb::Lib::ProductModel
Expand Down

0 comments on commit c28f2d1

Please sign in to comment.