Skip to content

Commit

Permalink
Adjust ChronoUtil include
Browse files Browse the repository at this point in the history
  • Loading branch information
maurhofer-ubique committed Jan 7, 2025
1 parent 1cd0ab9 commit 1d252ea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion shared/src/utils/CpuPerformanceLogger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
*/

#include "CpuPerformanceLogger.h"
#include "ChronoUtil.h"

CpuPerformanceLogger::CpuPerformanceLogger() : GenericPerformanceLogger() {}

Expand Down
1 change: 1 addition & 0 deletions shared/src/utils/CpuPerformanceLogger.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

#include "CpuPerformanceLoggerInterface.h"
#include "GenericPerformanceLogger.h"
#include "ChronoUtil.h"

class CpuPerformanceLogger
: public CpuPerformanceLoggerInterface,
Expand Down

0 comments on commit 1d252ea

Please sign in to comment.