Skip to content

Commit 699c5ae

Browse files
committed
Added includes
Signed-off-by: Saurabh Kamat <kamatsaurabh01@gmail.com>
1 parent 193a1f1 commit 699c5ae

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/cmd/sdf_main.cc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
*
1616
*/
1717

18+
#include <iostream>
19+
#include <memory>
1820
#include <optional>
1921
#include <string>
2022

@@ -155,7 +157,7 @@ void addSdfFlags(CLI::App &_app)
155157
opt->command = SdfCommand::kSdfGraph;
156158
opt->graphType = _graphType;
157159
},
158-
"<pose, frame> filepath Print the PoseRelativeTo or FrameAttachedTo "
160+
"<pose, frame> filepath Print the PoseRelativeTo or FrameAttachedTo "
159161
"graph.\n"
160162
"(WARNING: This is for advanced use only and the output may change\n"
161163
"without any promise of stability)")

0 commit comments

Comments
 (0)