Skip to content

Commit

Permalink
Add missing includes to sysFeatures_common_rapl
Browse files Browse the repository at this point in the history
Due to include order the missing includes did not cause problems, but in
future files and commits, this must be fixed.
  • Loading branch information
ipatix committed Nov 5, 2024
1 parent 469c126 commit 12852c1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/includes/sysFeatures_common_rapl.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
#ifndef HWFEATURES_COMMON_RAPL_H
#define HWFEATURES_COMMON_RAPL_H

#include <math.h>

#include <likwid.h>
#include <bitUtil.h>

typedef struct {
double powerUnit; // unit W
Expand Down

0 comments on commit 12852c1

Please sign in to comment.