Skip to content

Commit

Permalink
Include cstdint in packet_device.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
chhwang authored Dec 7, 2023
1 parent c15a166 commit fb98ddb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/mscclpp/packet_device.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
#ifndef MSCCLPP_PACKET_DEVICE_HPP_
#define MSCCLPP_PACKET_DEVICE_HPP_

#include <cstdint>

#include "device.hpp"

#if defined(MSCCLPP_DEVICE_COMPILE)
Expand Down

0 comments on commit fb98ddb

Please sign in to comment.