Skip to content

Commit

Permalink
Merge pull request #11 from cvonelm/master
Browse files Browse the repository at this point in the history
Add missing cstdint header
  • Loading branch information
bmario authored Oct 24, 2023
2 parents d310c7a + cfe87db commit 3d15e0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/x86_energy.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#include <string>
#include <system_error>
#include <vector>
#include <cstdint>

extern "C"
{
Expand Down

0 comments on commit 3d15e0c

Please sign in to comment.