Skip to content

Commit

Permalink
add header #include's
Browse files Browse the repository at this point in the history
  • Loading branch information
nam20485 committed May 5, 2024
1 parent 63ce373 commit 08f31dd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions OdbDesignLib/App/DesignCache.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
#include <exception>
#include <filesystem>
#include <utility>
#include <vector>
#include "../FileModel/Design/FileArchive.h"
#include <memory>
#include "../ProductModel/Design.h"

using namespace Utils;
using namespace std::filesystem;
Expand Down
2 changes: 2 additions & 0 deletions OdbDesignLib/App/DesignCache.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
#include "../ProductModel/Design.h"
#include "../odbdesign_export.h"
#include "StringVector.h"
#include <memory>
#include <vector>


namespace Odb::Lib::App
Expand Down

0 comments on commit 08f31dd

Please sign in to comment.