Skip to content

Commit

Permalink
Fix non-unity build
Browse files Browse the repository at this point in the history
  • Loading branch information
cbjeukendrup committed Mar 9, 2025
1 parent b577c6c commit f56440c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/framework/workspace/internal/workspace.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Workspace::Workspace(const io::path_t& filePath, const modularity::ContextPtr& i
});
}

Workspace::Workspace(const io::path_t& filePath, const Workspace* other, const ContextPtr& iocCtx)
Workspace::Workspace(const io::path_t& filePath, const Workspace* other, const modularity::ContextPtr& iocCtx)
: Workspace(filePath, iocCtx)
{
m_file = std::make_shared<WorkspaceFile>(filePath, other->m_file.get());
Expand Down
1 change: 1 addition & 0 deletions src/framework/workspace/view/workspacelistmodel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
#include "internal/workspaceutils.h"

#include "log.h"
#include "translation.h"

using namespace muse::workspace;
using namespace muse;
Expand Down

0 comments on commit f56440c

Please sign in to comment.