Skip to content

Commit

Permalink
Added missing <cstdint> include to data_version.h. (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamshapiro0 authored Mar 14, 2024
2 parents a143a31 + bfb24f4 commit 021c8de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/point_one/fusion_engine/messages/data_version.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#pragma once

#include <cstdint>
#include <string>

#include "point_one/fusion_engine/common/portability.h"
Expand Down

0 comments on commit 021c8de

Please sign in to comment.