Skip to content

Commit

Permalink
Merge pull request #12303 from ronso0/time-include
Browse files Browse the repository at this point in the history
add missing include /util/time.h
  • Loading branch information
daschuer authored Nov 15, 2023
2 parents b8c1a44 + 7d329f2 commit 290e5c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/util/timer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

#include "moc_timer.cpp"
#include "util/experiment.h"
#include "util/time.h"

Timer::Timer(const QString& key, Stat::ComputeFlags compute)
: m_key(key),
Expand Down

0 comments on commit 290e5c7

Please sign in to comment.