Skip to content

Commit

Permalink
Add missing header file
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-webb committed Dec 19, 2024
1 parent bed196f commit 2d22ecb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/cpp/threadutility.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

#include <signal.h>
#include <mutex>
#include <list>

#ifdef _WIN32
#include <windows.h>
Expand Down Expand Up @@ -304,8 +305,6 @@ void ThreadUtility::priv_data::doPeriodicTasks()
break;
if (item.nextRun <= currentTime)
{
if (LogLog::isDebugEnabled())
LogLog::debug(LOG4CXX_STR("running ") + item.name);
try
{
item.f();
Expand Down

0 comments on commit 2d22ecb

Please sign in to comment.