Skip to content

Commit 89bdda0

Browse files
authored
Merge pull request #23 from wheelos/22-bug-build-failed
fix: add missing include of `cassert` for compiling issue
2 parents 8bd306a + 9e3777e commit 89bdda0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/localization/msf/local_tool/map_creation/poses_interpolation/poses_interpolation.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
*****************************************************************************/
1616
#include "modules/localization/msf/local_tool/map_creation/poses_interpolation/poses_interpolation.h"
1717

18+
#include <cassert>
1819
#include <fstream>
1920

2021
#include "cyber/common/log.h"

0 commit comments

Comments
 (0)