Skip to content

Commit

Permalink
cstdint required for uint64_t
Browse files Browse the repository at this point in the history
  • Loading branch information
jgdumas committed Oct 11, 2023
1 parent 6bfcc64 commit a6b3708
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/kernel/system/givpower.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
#ifndef __GIVARO_power_H
#define __GIVARO_power_H

#include <cstdint>

namespace Givaro {

// -------------------------------------------------------------
Expand Down

0 comments on commit a6b3708

Please sign in to comment.