Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

try-catch block added to KeepAliveThread::Run() #349

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Include algorithm header in model_impl.h
With newer versions of GCC, the error: ‘for_each’ is not a member of ‘std’
is triggered unless the algorithm header from std lib is included.
j4r0u53k authored Aug 24, 2021
commit 518eaed0f00e8b17dce8704033b4d53e8d0e0e03
2 changes: 2 additions & 0 deletions src/core/model_impl.h
Original file line number Diff line number Diff line change
@@ -21,6 +21,8 @@

#include <opc/ua/model.h>

#include <algorithm>

namespace OpcUa
{
namespace Model