Skip to content

Commit a3fbc9f

Browse files
authored
Add missing cassert include in fcl/common/types.h (#620)
1 parent 3c2b993 commit a3fbc9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/fcl/common/types.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
#ifndef FCL_DATA_TYPES_H
3939
#define FCL_DATA_TYPES_H
4040

41+
#include <cassert>
4142
#include <cstddef>
4243
#include <cstdint>
4344
#include <vector>

0 commit comments

Comments
 (0)