Skip to content

Commit

Permalink
Add missing cstdint header
Browse files Browse the repository at this point in the history
  • Loading branch information
cvonelm committed Sep 22, 2023
1 parent 5adae46 commit cfe87db
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 cfe87db

Please sign in to comment.