Skip to content

Commit

Permalink
add include for cstdint
Browse files Browse the repository at this point in the history
  • Loading branch information
digego committed Jul 27, 2024
1 parent ce4d555 commit 30764cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/Task.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
#include <iostream>

#include "CM.h"
#include <cstdint>

namespace extemp {

Expand Down

0 comments on commit 30764cc

Please sign in to comment.