Skip to content

Commit

Permalink
Add missing cassert include in fcl/common/types.h
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Jun 16, 2024
1 parent b03987c commit 08b3bf3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/fcl/common/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
#ifndef FCL_DATA_TYPES_H
#define FCL_DATA_TYPES_H

#include <cassert>
#include <cstddef>
#include <cstdint>
#include <vector>
Expand Down

0 comments on commit 08b3bf3

Please sign in to comment.